1 instantiation of PrintControllerWithStatusDialog
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
514
_document.PrintController = new
PrintControllerWithStatusDialog
(
2 references to PrintControllerWithStatusDialog
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.BackgroundThread.cs (2)
11
private readonly
PrintControllerWithStatusDialog
_parent;
18
internal BackgroundThread(
PrintControllerWithStatusDialog
parent)