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