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