6 references to PrintDocument
System.Workflow.ComponentModel (6)
AuthoringOM\Design\CommandSet.cs (1)
778
PrintDocument printDoc = this.workflowView.
PrintDocument
;
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
106
if (!(workflowView.
PrintDocument
is WorkflowPrintDocument))
115
this.printDocument = workflowView.
PrintDocument
as WorkflowPrintDocument;
AuthoringOM\Design\WorkflowView.cs (3)
485
return (this.activeLayout == ((WorkflowPrintDocument)
PrintDocument
).PrintPreviewLayout);
499
ActiveLayout = (value) ? ((WorkflowPrintDocument)
PrintDocument
).PrintPreviewLayout : DefaultLayout;
708
if (this.activeLayout != ((WorkflowPrintDocument)
PrintDocument
).PrintPreviewLayout)