2 writes to _hBitmap
System.Windows.Forms (2)
System\Windows\Forms\Control.MetafileDCWrapper.cs (2)
44_hBitmap = PInvokeCore.CreateBitmap(size.Width, size.Height, (uint)planes, (uint)bitsPixel, lpBits: null); 76_hBitmap = default;
3 references to _hBitmap
System.Windows.Forms (3)
System\Windows\Forms\Control.MetafileDCWrapper.cs (3)
45_hOriginalBmp = (HBITMAP)PInvokeCore.SelectObject(HDC, _hBitmap); 55if (HDC.IsNull || _hMetafileDC.IsNull || _hBitmap.IsNull) 67success = PInvokeCore.DeleteObject(_hBitmap);