11 references to DWord
Microsoft.Win32.Registry (2)
Microsoft\Win32\RegistryKey.cs (2)
1328case RegistryValueKind.DWord: 1379return RegistryValueKind.DWord;
PresentationUI (1)
MS\Internal\Documents\RightsManagementProvider.cs (1)
408(defaultRMKey.GetValueKind(_registryValueNameForAccountType) == RegistryValueKind.DWord))
System.Diagnostics.EventLog (6)
System\Diagnostics\EventLog.cs (3)
779logKey.SetValue("MaxSize", DefaultMaxSize, RegistryValueKind.DWord); 781logKey.SetValue("AutoBackupLogFiles", 0, RegistryValueKind.DWord); 797sourceLogKey.SetValue("CategoryCount", sourceData.CategoryCount, RegistryValueKind.DWord);
System\Diagnostics\EventLogInternal.cs (3)
270logkey.SetValue("MaxSize", i, RegistryValueKind.DWord); 1049logkey.SetValue("Retention", retentionvalue, RegistryValueKind.DWord); 1120logkey.SetValue("DisplayNameID", resourceId, RegistryValueKind.DWord);
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceCounterLib.cs (2)
530serviceKey.SetValue("IsMultiInstance", (int)categoryType, RegistryValueKind.DWord); 531serviceKey.SetValue("CategoryOptions", 0x3, RegistryValueKind.DWord);