1 write to hbmColor
System.Private.Windows.Core (1)
Windows\Win32\UI\WindowsAndMessaging\ICONINFO.cs (1)
19hbmColor = default;
12 references to hbmColor
System.Drawing.Common (8)
System\Drawing\Icon.cs (8)
204if (!info.hbmColor.IsNull) 207info.hbmColor, 211PInvokeCore.DeleteObject(info.hbmColor); 669if (!info.hbmColor.IsNull) 671PInvokeCore.GetObject(info.hbmColor, sizeof(BITMAP), &bmp); 679tmpBitmap = Image.FromHbitmap(info.hbmColor); 716if (!info.hbmColor.IsNull) 718PInvokeCore.DeleteObject(info.hbmColor);
System.Private.Windows.Core (2)
Windows\Win32\UI\WindowsAndMessaging\ICONINFO.cs (2)
16if (!hbmColor.IsNull) 18PInvokeCore.DeleteObject((HGDIOBJ)hbmColor.Value);
System.Windows.Forms (2)
System\Windows\Forms\Input\Cursor.cs (2)
380if (!info.hbmColor.IsNull) 382PInvokeCore.GetObject(info.hbmColor, out BITMAP bitmap);