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