3 writes to hCurrentBmp
System.Drawing (3)
misc\GDI\DeviceContext.cs (3)
183hCurrentBmp = hInitialBmp = IntUnsafeNativeMethods.GetCurrentObject(new HandleRef(this, hDC), IntNativeMethods.OBJ_BITMAP); 212hCurrentBmp = IntPtr.Zero; 526hCurrentBmp = g.hBitmap;
3 references to hCurrentBmp
System.Drawing (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;