2 references to new
System.Private.Windows.Core (2)
Windows\Win32\System\Ole\OLE_HANDLE.cs (1)
10public static explicit operator HICON(OLE_HANDLE handle) => new((int)handle.Value);
Windows\Win32\UI\WindowsAndMessaging\HICON.cs (1)
11public static explicit operator HICON(HANDLE handle) => new((nint)handle);