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