3 writes to graphics
System.Windows.Forms (3)
winforms\Managed\System\WinForms\WinFormsUtils.cs (3)
620this.graphics = null; 714graphics = null; 737this.graphics = Graphics.FromHdcInternal(dc.Hdc);
5 references to graphics
System.Windows.Forms (5)
winforms\Managed\System\WinForms\WinFormsUtils.cs (5)
708if( graphics != null ){ 713graphics.Dispose(); 736if (this.graphics == null) { 738this.graphics.SetClip(new Rectangle(Point.Empty, translatedBounds.Size)); 740return this.graphics;