2 writes to _graphics
System.Drawing.Common (2)
System\Drawing\Printing\PreviewPrintController.cs (2)
75_graphics = Graphics.FromImage(metafile); 106_graphics = null;
7 references to _graphics
System.Drawing.Common (7)
System\Drawing\Printing\PreviewPrintController.cs (7)
88_graphics.TranslateTransform(-hardMarginX, -hardMarginY); 89_graphics.TranslateTransform(document.DefaultPageSettings.Margins.Left, document.DefaultPageSettings.Margins.Top); 92_graphics.PrintingHelper = printGraphics; 96_graphics.TextRenderingHint = TextRenderingHint.AntiAlias; 97_graphics.SmoothingMode = Drawing2D.SmoothingMode.AntiAlias; 100return _graphics; 105_graphics?.Dispose();