1 write to hbmColor
System.Private.Windows.Core (1)
Windows\Win32\UI\WindowsAndMessaging\ICONINFO.cs (1)
19
hbmColor
= default;
12 references to hbmColor
System.Drawing.Common (8)
System\Drawing\Icon.cs (8)
204
if (!info.
hbmColor
.IsNull)
207
info.
hbmColor
,
211
PInvokeCore.DeleteObject(info.
hbmColor
);
669
if (!info.
hbmColor
.IsNull)
671
PInvokeCore.GetObject(info.
hbmColor
, sizeof(BITMAP), &bmp);
679
tmpBitmap = Image.FromHbitmap(info.
hbmColor
);
716
if (!info.
hbmColor
.IsNull)
718
PInvokeCore.DeleteObject(info.
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);