4 writes to hCurrentBmp
System.Windows.Forms (4)
misc\GDI\DeviceContext.cs (3)
183hCurrentBmp = hInitialBmp = IntUnsafeNativeMethods.GetCurrentObject(new HandleRef(this, hDC), IntNativeMethods.OBJ_BITMAP); 212hCurrentBmp = IntPtr.Zero; 526hCurrentBmp = g.hBitmap;
misc\GDI\DeviceContext2.cs (1)
380hCurrentBmp = hObj;
3 references to hCurrentBmp
System.Windows.Forms (3)
misc\GDI\DeviceContext.cs (3)
209if (handle == hCurrentBmp) { 211Debug.Assert(currentBmp == hCurrentBmp, "DeviceContext thinks a different brush is selected than the HDC"); 575g.hBitmap = hCurrentBmp;