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