2 writes to dc
System.Windows.Forms (2)
misc\GDI\WindowsBrush.cs (2)
61this.dc = dc; 67this.dc = dc;
3 references to dc
System.Windows.Forms (3)
misc\GDI\WindowsBrush.cs (3)
78return this.dc; 89if (dc != null && this.nativeHandle != IntPtr.Zero) 93dc.DeleteObject(this.nativeHandle, GdiObjectType.Brush);