2 writes to Graphics
System.Drawing.Common (2)
System\Drawing\Printing\PrintPageEventArgs.cs (2)
16
Graphics
= graphics; // may be null, see PrintController
65
Graphics
= value;
3 references to Graphics
System.Drawing.Common (3)
System\Drawing\Printing\PrintController.cs (1)
183
pageEvent.
Graphics
?.Dispose();
System\Drawing\Printing\PrintPageEventArgs.cs (2)
60
internal void Dispose() =>
Graphics
?.Dispose();
64
Debug.Assert(
Graphics
is null);