1 write to _document
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
157
_document
= value;
6 references to _document
System.Windows.Forms (6)
System\Windows\Forms\Printing\PrintPreviewControl.cs (6)
154
get =>
_document
;
502
if (
_document
is null)
508
PrintController oldController =
_document
.PrintController;
514
_document
.PrintController = new PrintControllerWithStatusDialog(
518
_document
.Print();
522
_document
.PrintController = oldController;