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