3 references to Graphics
System.Windows.Forms (3)
System\Windows\Forms\Rendering\DrawingEventArgs.cs (1)
80
/// Gets the <see cref="
Graphics
"/> object used to paint.
System\Windows\Forms\Rendering\DrawItemEventArgs.cs (1)
85
public Graphics Graphics => _event.
Graphics
;
System\Windows\Forms\Rendering\PaintEventArgs.cs (1)
85
public Graphics Graphics => _event.
Graphics
;