2 writes to PrintingHelper
System.Drawing (2)
commonui\System\Drawing\Printing\PreviewPrintController.cs (1)
146graphics.PrintingHelper = printGraphics;
commonui\System\Drawing\Printing\PrinterSettings.cs (1)
746g.PrintingHelper = dc; // Graphics will dispose of the DeviceContext.
4 references to PrintingHelper
System.Drawing (4)
commonui\System\Drawing\Graphics.cs (4)
391if( this.PrintingHelper != null ) 393DeviceContext printerDC = this.PrintingHelper as DeviceContext; 4258if (this.PrintingHelper != null) { 4259PrintPreviewGraphics ppGraphics = this.PrintingHelper as PrintPreviewGraphics;