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