1 write to _document
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
158_document = value;
6 references to _document
System.Windows.Forms (6)
System\Windows\Forms\Printing\PrintPreviewControl.cs (6)
155get => _document; 523if (_document is null) 529PrintController oldController = _document.PrintController; 535_document.PrintController = new PrintControllerWithStatusDialog( 539_document.Print(); 543_document.PrintController = oldController;