2 writes to hOriginalBmp
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
19254hOriginalBmp = new HandleRef(this, SafeNativeMethods.SelectObject(hBitmapDC, hBitmap)); 19282hOriginalBmp = NativeMethods.NullHandleRef;
1 reference to hOriginalBmp
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
19271SafeNativeMethods.SelectObject(hBitmapDC, hOriginalBmp);