5 references to OLE_HANDLE
System.Private.Windows.Core (5)
Windows\Win32\System\Ole\OLE_HANDLE.cs (5)
10public static explicit operator HICON(OLE_HANDLE handle) => new((int)handle.Value); 11public static explicit operator HBITMAP(OLE_HANDLE handle) => new((int)handle.Value); 12public static explicit operator HPALETTE(OLE_HANDLE handle) => new((int)handle.Value); 13public static explicit operator HMETAFILE(OLE_HANDLE handle) => new((int)handle.Value); 14public static explicit operator HENHMETAFILE(OLE_HANDLE handle) => new((int)handle.Value);