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