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)
156get => _document; 508if (_document is null) 514PrintController oldController = _document.PrintController; 520_document.PrintController = new PrintControllerWithStatusDialog( 524_document.Print(); 528_document.PrintController = oldController;