2 writes to dc
System.Windows.Forms (2)
misc\GDI\WindowsPen.cs (2)
89
this.
dc
= dc;
104
this.
dc
= dc;
4 references to dc
System.Windows.Forms (4)
misc\GDI\WindowsPen.cs (4)
141
new WindowsPen(this.
dc
, this.style, this.width, (WindowsBrush) this.wndBrush.Clone()) :
142
new WindowsPen(this.
dc
, this.style, this.width, this.color);
157
if (this.nativeHandle != IntPtr.Zero &&
dc
!= null)
161
dc
.DeleteObject(this.nativeHandle, GdiObjectType.Pen);