2 writes to _exceptionPrinting
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintPreviewControl.cs (2)
576
_exceptionPrinting
= false;
599
_exceptionPrinting
= true;
2 references to _exceptionPrinting
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintPreviewControl.cs (2)
378
if (_pageInfo is not null ||
_exceptionPrinting
)
380
DrawMessage(pevent.Graphics, rect,
_exceptionPrinting
);