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