3 writes to hCurrentBrush
System.Drawing (3)
misc\GDI\DeviceContext.cs (3)
182hCurrentBrush = hInitialBrush = IntUnsafeNativeMethods.GetCurrentObject(new HandleRef(this, hDC), IntNativeMethods.OBJ_BRUSH); 204hCurrentBrush = IntPtr.Zero; 527hCurrentBrush = g.hBrush;
3 references to hCurrentBrush
System.Drawing (3)
misc\GDI\DeviceContext.cs (3)
201if (handle == hCurrentBrush) { 203Debug.Assert(currentBrush == hCurrentBrush, "DeviceContext thinks a different brush is selected than the HDC"); 576g.hBrush = hCurrentBrush;