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