2 writes to graphics
System.Windows.Forms (2)
misc\GDI\WindowsGraphics.cs (2)
211
wg.
graphics
= g;
284
this.
graphics
= null;
2 references to graphics
System.Windows.Forms (2)
misc\GDI\WindowsGraphics.cs (2)
281
if( this.
graphics
!= null ) // if created from a Graphics object...
283
this.
graphics
.ReleaseHdcInternal(this.dc.Hdc);