1 write to hbmMask
System.Private.Windows.Core (1)
Windows\Win32\UI\WindowsAndMessaging\ICONINFO.cs (1)
13hbmMask = default;
10 references to hbmMask
System.Drawing.Common (6)
System\Drawing\Icon.cs (6)
214else if (!info.hbmMask.IsNull) 217info.hbmMask, 224if (!info.hbmMask.IsNull) 226PInvokeCore.DeleteObject(info.hbmMask); 721if (!info.hbmMask.IsNull) 723PInvokeCore.DeleteObject(info.hbmMask);
System.Private.Windows.Core (2)
Windows\Win32\UI\WindowsAndMessaging\ICONINFO.cs (2)
10if (!hbmMask.IsNull) 12PInvokeCore.DeleteObject((HGDIOBJ)hbmMask.Value);
System.Windows.Forms (2)
System\Windows\Forms\Input\Cursor.cs (2)
385else if (!info.hbmMask.IsNull) 387PInvokeCore.GetObject(info.hbmMask, out BITMAP bitmap);