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