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)
154get => _document; 502if (_document is null) 508PrintController oldController = _document.PrintController; 514_document.PrintController = new PrintControllerWithStatusDialog( 518_document.Print(); 522_document.PrintController = oldController;