2 writes to _exceptionPrinting
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintPreviewControl.cs (2)
555
_exceptionPrinting
= false;
578
_exceptionPrinting
= true;
2 references to _exceptionPrinting
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintPreviewControl.cs (2)
357
if (_pageInfo is not null ||
_exceptionPrinting
)
359
DrawMessage(pevent.Graphics, rect,
_exceptionPrinting
);