1 write to _document
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
159
_document
= value;
6 references to _document
System.Windows.Forms (6)
System\Windows\Forms\Printing\PrintPreviewControl.cs (6)
156
get =>
_document
;
508
if (
_document
is null)
514
PrintController oldController =
_document
.PrintController;
520
_document
.PrintController = new PrintControllerWithStatusDialog(
524
_document
.Print();
528
_document
.PrintController = oldController;