2 writes to dc
System.Drawing (2)
misc\GDI\WindowsGraphics.cs (2)
68
this.
dc
= dc;
297
this.
dc
= null;
8 references to dc
System.Drawing (8)
misc\GDI\WindowsGraphics.cs (8)
69
this.
dc
.SaveHdc();
245
return this.
dc
;
267
if (this.
dc
!= null )
274
this.
dc
.RestoreHdc();
278
this.
dc
.Dispose(disposing);
283
this.graphics.ReleaseHdcInternal(this.
dc
.Hdc);
307
return this.
dc
.Hdc;
313
this.
dc
.Dispose();