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