1 write to hInitialBrush
System.Drawing (1)
misc\GDI\DeviceContext.cs (1)
182hCurrentBrush = hInitialBrush = IntUnsafeNativeMethods.GetCurrentObject(new HandleRef(this, hDC), IntNativeMethods.OBJ_BRUSH);
1 reference to hInitialBrush
System.Drawing (1)
misc\GDI\DeviceContext.cs (1)
202IntPtr currentBrush = IntUnsafeNativeMethods.SelectObject(new HandleRef(this, this.Hdc), new HandleRef( this, hInitialBrush));