1 write to hInitialBmp
System.Windows.Forms (1)
misc\GDI\DeviceContext.cs (1)
183
hCurrentBmp =
hInitialBmp
= IntUnsafeNativeMethods.GetCurrentObject(new HandleRef(this, hDC), IntNativeMethods.OBJ_BITMAP);
1 reference to hInitialBmp
System.Windows.Forms (1)
misc\GDI\DeviceContext.cs (1)
210
IntPtr currentBmp = IntUnsafeNativeMethods.SelectObject(new HandleRef(this, this.Hdc), new HandleRef( this,
hInitialBmp
));