4 references to HKEY
System.Windows.Forms.Primitives (4)
Windows.Win32.HKEY.g.cs (4)
31 internal HKEY(IntPtr value):this((void*)value) 41 public static explicit operator HKEY(void* value) => new HKEY(value); 57 public static explicit operator HKEY(IntPtr value) => new HKEY((void*)value.ToPointer()); 59 public static explicit operator HKEY(UIntPtr value) => new HKEY((void*)value.ToPointer());