Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Shared / MS / Internal / Registry.cs / 1 / Registry.cs
using System;
using MS.Internal;
using MS.Internal.WindowsBase;
//******
// Keep in [....] 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.
using System;
using MS.Internal;
using MS.Internal.WindowsBase;
//******
// Keep in [....] 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
- GeometryConverter.cs
- ComponentResourceKey.cs
- MatrixTransform.cs
- PolicyManager.cs
- HandlerFactoryWrapper.cs
- SQLSingleStorage.cs
- DateBoldEvent.cs
- TypeConvertions.cs
- EmptyCollection.cs
- UnsafeNativeMethods.cs
- DbConnectionPoolGroupProviderInfo.cs
- DeviceContexts.cs
- TdsParameterSetter.cs
- SqlNodeAnnotations.cs
- EventDescriptor.cs
- PromptStyle.cs
- XmlSignatureProperties.cs
- MatrixAnimationBase.cs
- NonBatchDirectoryCompiler.cs
- DiagnosticTrace.cs
- CompModSwitches.cs
- NavigationPropertyAccessor.cs
- _BufferOffsetSize.cs
- CodeTypeOfExpression.cs
- XmlAttributeAttribute.cs
- GridEntryCollection.cs
- HealthMonitoringSectionHelper.cs
- BindingSource.cs
- SizeF.cs
- EditorBrowsableAttribute.cs
- TextTreeText.cs
- HtmlEmptyTagControlBuilder.cs
- BaseTemplateCodeDomTreeGenerator.cs
- SqlPersonalizationProvider.cs
- FolderBrowserDialog.cs
- DoubleCollection.cs
- FlowLayoutPanelDesigner.cs
- DesignOnlyAttribute.cs
- _TransmitFileOverlappedAsyncResult.cs
- MulticastOption.cs
- Win32KeyboardDevice.cs
- NativeMethods.cs
- DuplicateWaitObjectException.cs
- CalculatedColumn.cs
- FixedHyperLink.cs
- LinqDataSourceView.cs
- PassportAuthenticationEventArgs.cs
- CTreeGenerator.cs
- Rule.cs
- ToolBarOverflowPanel.cs
- _DomainName.cs
- ResourceReferenceKeyNotFoundException.cs
- CodeDirectoryCompiler.cs
- TabControlToolboxItem.cs
- PathGeometry.cs
- FormatSettings.cs
- HtmlElement.cs
- RowUpdatingEventArgs.cs
- GridViewRowEventArgs.cs
- ManagedFilter.cs
- PlanCompilerUtil.cs
- Int32Rect.cs
- OracleConnectionStringBuilder.cs
- WeakReference.cs
- ImmComposition.cs
- Variant.cs
- AuthorizationRule.cs
- COM2Enum.cs
- PerfService.cs
- KeyTimeConverter.cs
- WebPartChrome.cs
- DiscoveryDocument.cs
- MethodImplAttribute.cs
- AbstractDataSvcMapFileLoader.cs
- ToolboxItemFilterAttribute.cs
- EdmScalarPropertyAttribute.cs
- iisPickupDirectory.cs
- EntityContainerAssociationSet.cs
- HandlerFactoryCache.cs
- OracleTransaction.cs
- SplineQuaternionKeyFrame.cs
- InputLanguageEventArgs.cs
- EnumerationRangeValidationUtil.cs
- StringUtil.cs
- SQLDateTime.cs
- BehaviorEditorPart.cs
- OperationCanceledException.cs
- CultureSpecificStringDictionary.cs
- InvokePatternIdentifiers.cs
- WebPartConnectVerb.cs
- DesignParameter.cs
- MsmqInputMessagePool.cs
- SdlChannelSink.cs
- RequestCachingSection.cs
- XAMLParseException.cs
- PipeStream.cs
- StructuralComparisons.cs
- PerformanceCounter.cs
- CompiledRegexRunnerFactory.cs
- OleStrCAMarshaler.cs