1 write to hInitialPen
System.Drawing (1)
misc\GDI\DeviceContext.cs (1)
181
hCurrentPen =
hInitialPen
= IntUnsafeNativeMethods.GetCurrentObject(new HandleRef(this, hDC), IntNativeMethods.OBJ_PEN);
1 reference to hInitialPen
System.Drawing (1)
misc\GDI\DeviceContext.cs (1)
194
IntPtr currentPen = IntUnsafeNativeMethods.SelectObject(new HandleRef(this, this.Hdc), new HandleRef( this,
hInitialPen
));