3 instantiations of PrintDialog
System.Windows.Forms.DataVisualization (1)
WinForm\Utilities\Printing.cs (1)
214 PrintDialog printDialog = new PrintDialog();
System.Workflow.ComponentModel (2)
AuthoringOM\Design\CommandSet.cs (1)
779PrintDialog printDialog = new System.Windows.Forms.PrintDialog();
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
1028PrintDialog printDialog = new System.Windows.Forms.PrintDialog();
4 references to PrintDialog
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (1)
49/// <para>Initializes a new instance of the <see cref='System.Windows.Forms.PrintDialog'/> class.</para>
System.Windows.Forms.DataVisualization (1)
WinForm\Utilities\Printing.cs (1)
214 PrintDialog printDialog = new PrintDialog();
System.Workflow.ComponentModel (2)
AuthoringOM\Design\CommandSet.cs (1)
779PrintDialog printDialog = new System.Windows.Forms.PrintDialog();
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
1028PrintDialog printDialog = new System.Windows.Forms.PrintDialog();