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