1 write to graphics
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
732
this.
graphics
= graphics;
2 references to graphics
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
824
IntPtr hdc = this.
graphics
.GetHdc();
843
this.
graphics
.ReleaseHdc();