Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Shared / MS / Internal / Registry.cs / 1 / Registry.cs
using System; using MS.Internal; using MS.Internal.WindowsBase; //****** // Keep in sync with: // setup\MSI\installerFiles\installDatabase\Registry.txt // host\Inc\Registry.hxx namespace MS.Internal { [FriendAccessAllowed] internal static class RegistryKeys { internal const string WPF = @"Software\Microsoft\.NETFramework\Windows Presentation Foundation", WPF_Features = WPF+"\\Features", value_MediaImageDisallow = "MediaImageDisallow", value_MediaVideoDisallow = "MediaVideoDisallow", value_MediaAudioDisallow = "MediaAudioDisallow", value_WebBrowserDisallow = "WebBrowserDisallow", WPF_Hosting = WPF+"\\Hosting", value_DisableXbapErrorPage = "DisableXbapErrorPage", HKCU_XpsViewer = @"HKEY_CURRENT_USER\Software\Microsoft\XPSViewer", value_IsolatedStorageUserQuota = "IsolatedStorageUserQuota", HKLM_XpsViewerLocalServer32 = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\CLSID\\{7DDA204B-2097-47C9-8323-C40BB840AE44}\\LocalServer32", HKLM_IetfLanguage = @"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\IetfLanguage"; // Keep this as long as RegistryKeys has only string consts. This prevents omitting // the entire class from the metadata. internal static void Dummy() { } }; } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ConfigXmlElement.cs
- X509ThumbprintKeyIdentifierClause.cs
- HexParser.cs
- DataBindingHandlerAttribute.cs
- Interlocked.cs
- DocumentPage.cs
- ValidationResult.cs
- HostVisual.cs
- ClientSettingsProvider.cs
- FormDocumentDesigner.cs
- ImageEditor.cs
- StretchValidation.cs
- AnimationTimeline.cs
- RowToFieldTransformer.cs
- DefaultTypeArgumentAttribute.cs
- DataGridViewSelectedCellCollection.cs
- DataGridViewCellCancelEventArgs.cs
- RadioButtonStandardAdapter.cs
- DrawingBrush.cs
- StylusPointDescription.cs
- WebResourceUtil.cs
- ZipIORawDataFileBlock.cs
- MD5.cs
- DataViewSetting.cs
- DataGridTableCollection.cs
- DataGridViewRowsAddedEventArgs.cs
- SiteMapProvider.cs
- ListItemConverter.cs
- XmlConverter.cs
- ContentHostHelper.cs
- UndirectedGraph.cs
- StoreAnnotationsMap.cs
- BulletedList.cs
- GridPatternIdentifiers.cs
- TextSerializer.cs
- CollectionBase.cs
- Quaternion.cs
- ByteAnimation.cs
- DbConnectionStringCommon.cs
- WebBrowserHelper.cs
- RowToParametersTransformer.cs
- BinaryQueryOperator.cs
- ComContractElementCollection.cs
- Int32RectConverter.cs
- InternalConfigHost.cs
- AuthenticationConfig.cs
- CounterCreationData.cs
- EncryptedType.cs
- RecipientIdentity.cs
- ToolStripMenuItem.cs
- SchemaEntity.cs
- EndOfStreamException.cs
- ObjectQueryProvider.cs
- PropertyCondition.cs
- FixedBufferAttribute.cs
- ViewgenContext.cs
- WindowsFormsSynchronizationContext.cs
- NegotiateStream.cs
- UnsafeNativeMethods.cs
- HatchBrush.cs
- TextTreeRootTextBlock.cs
- Variant.cs
- Paragraph.cs
- InputMethodStateChangeEventArgs.cs
- BindingWorker.cs
- StateItem.cs
- ResXResourceSet.cs
- StoreAnnotationsMap.cs
- CodeAttributeArgument.cs
- ExpandSegmentCollection.cs
- XmlDomTextWriter.cs
- Block.cs
- ActivationArguments.cs
- ComboBoxItem.cs
- DesignerDataView.cs
- XmlSchemaException.cs
- CaseExpr.cs
- InfoCardSymmetricAlgorithm.cs
- NotificationContext.cs
- CodeArgumentReferenceExpression.cs
- StringAnimationBase.cs
- SmtpCommands.cs
- RegexTree.cs
- StylusEditingBehavior.cs
- InputProcessorProfiles.cs
- HtmlInputControl.cs
- ForeignKeyFactory.cs
- OrderByLifter.cs
- DataFormats.cs
- EditBehavior.cs
- XpsPartBase.cs
- MiniConstructorInfo.cs
- EventLevel.cs
- XmlDataContract.cs
- ArrayConverter.cs
- ClosureBinding.cs
- smtpconnection.cs
- SharedPerformanceCounter.cs
- DataGridViewDataErrorEventArgs.cs
- SignatureToken.cs