2 writes to hBitmap
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
19252hBitmap = new HandleRef(this, SafeNativeMethods.CreateBitmap(size.Width, size.Height, planes, bitsPixel, IntPtr.Zero)); 19281hBitmap = NativeMethods.NullHandleRef;
3 references to hBitmap
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
19254hOriginalBmp = new HandleRef(this, SafeNativeMethods.SelectObject(hBitmapDC, hBitmap)); 19262if (hBitmapDC.Handle == IntPtr.Zero || hMetafileDC.Handle == IntPtr.Zero || hBitmap.Handle == IntPtr.Zero) { 19272success = SafeNativeMethods.DeleteObject(hBitmap);