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