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