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