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