2 writes to Graphics
System.Drawing.Common (2)
System\Drawing\Printing\PrintPageEventArgs.cs (2)
16Graphics = graphics; // may be null, see PrintController 65Graphics = value;
5 references to Graphics
Accessibility_Core_App (1)
PrintingControls.cs (1)
28e.Graphics.DrawString($"{txtPrint.Text} {_totalNumber}", font, brush, 50, currentY);
System.Drawing.Common (3)
System\Drawing\Printing\PrintController.cs (1)
183pageEvent.Graphics?.Dispose();
System\Drawing\Printing\PrintPageEventArgs.cs (2)
60internal void Dispose() => Graphics?.Dispose(); 64Debug.Assert(Graphics is null);
System.Drawing.Common.Tests (1)
System\Drawing\Printing\PrintDocumentTests.cs (1)
298e.Graphics.Dispose();