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