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