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
);
55
if (HDC.IsNull || _hMetafileDC.IsNull ||
_hBitmap
.IsNull)
67
success = PInvokeCore.DeleteObject(
_hBitmap
);