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
- SqlConnectionHelper.cs
- CodeParameterDeclarationExpression.cs
- HostUtils.cs
- DummyDataSource.cs
- CaseStatement.cs
- StatusBarItemAutomationPeer.cs
- CompilationLock.cs
- GroupItemAutomationPeer.cs
- XmlProcessingInstruction.cs
- CapabilitiesSection.cs
- LinkLabelLinkClickedEvent.cs
- ToggleProviderWrapper.cs
- PerformanceCounterPermission.cs
- CustomValidator.cs
- ErrorReporting.cs
- DataGridRowDetailsEventArgs.cs
- BufferCache.cs
- ControlEvent.cs
- SortedList.cs
- FormatConvertedBitmap.cs
- DataRelationCollection.cs
- OutOfProcStateClientManager.cs
- DragDeltaEventArgs.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- ConsumerConnectionPointCollection.cs
- SettingsAttributes.cs
- RegionData.cs
- StreamUpgradeInitiator.cs
- KeyBinding.cs
- VisualBrush.cs
- ObjectToModelValueConverter.cs
- WeakReferenceList.cs
- DbFunctionCommandTree.cs
- QueryContinueDragEventArgs.cs
- ZipIOExtraFieldPaddingElement.cs
- EdmSchemaAttribute.cs
- MouseGestureValueSerializer.cs
- HtmlLinkAdapter.cs
- DbConnectionOptions.cs
- FieldTemplateUserControl.cs
- TraceUtility.cs
- IgnoreSectionHandler.cs
- NamedPipeProcessProtocolHandler.cs
- ReadWriteSpinLock.cs
- HebrewCalendar.cs
- HttpCapabilitiesSectionHandler.cs
- SingleKeyFrameCollection.cs
- GeometryCombineModeValidation.cs
- WebPartDeleteVerb.cs
- DetailsViewUpdatedEventArgs.cs
- UserControl.cs
- SizeChangedInfo.cs
- SequentialOutput.cs
- ToolStripDropDown.cs
- Panel.cs
- _Win32.cs
- FillErrorEventArgs.cs
- TreeView.cs
- MemberRelationshipService.cs
- TreeWalkHelper.cs
- OnOperation.cs
- DataGridCaption.cs
- DrawingContextDrawingContextWalker.cs
- LinkUtilities.cs
- DbConnectionPoolGroup.cs
- MbpInfo.cs
- IntegerValidator.cs
- UnmanagedMemoryStreamWrapper.cs
- WebConfigManager.cs
- DataListItemCollection.cs
- TextPattern.cs
- ErrorWrapper.cs
- ChannelServices.cs
- LineVisual.cs
- MatcherBuilder.cs
- TransformDescriptor.cs
- SqlExpressionNullability.cs
- PixelFormats.cs
- ThousandthOfEmRealPoints.cs
- XslException.cs
- Opcode.cs
- UIElement.cs
- FixedSOMContainer.cs
- RadialGradientBrush.cs
- ErrorHandlingAcceptor.cs
- DataGridColumn.cs
- XslAstAnalyzer.cs
- DesignerDataStoredProcedure.cs
- SHA256.cs
- RenameRuleObjectDialog.Designer.cs
- HttpGetProtocolImporter.cs
- IERequestCache.cs
- MarshalByValueComponent.cs
- MainMenu.cs
- Exceptions.cs
- securitycriticaldataformultiplegetandset.cs
- KeyConverter.cs
- UnionCodeGroup.cs
- CompileXomlTask.cs
- SharedUtils.cs