1 write to document
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
130document = value;
6 references to document
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (6)
128get { return document;} 451if (document == null) 456PrintController oldController = document.PrintController; 459document.PrintController = new PrintControllerWithStatusDialog(previewController, 463document.Print(); 467document.PrintController = oldController;