1 write to hbmColor
System.Private.Windows.Core (1)
Windows\Win32\UI\WindowsAndMessaging\ICONINFO.cs (1)
19
hbmColor
= default;
4 references to hbmColor
System.Private.Windows.Core (2)
Windows\Win32\UI\WindowsAndMessaging\ICONINFO.cs (2)
16
if (!
hbmColor
.IsNull)
18
PInvokeCore.DeleteObject((HGDIOBJ)
hbmColor
.Value);
System.Windows.Forms (2)
System\Windows\Forms\Input\Cursor.cs (2)
380
if (!info.
hbmColor
.IsNull)
382
PInvokeCore.GetObject(info.
hbmColor
, out BITMAP bitmap);