1 instantiation of WorkflowPrintDocument
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowView.cs (1)
523this.printDocument = new WorkflowPrintDocument(this);
12 references to WorkflowPrintDocument
System.Workflow.ComponentModel (12)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (4)
80private WorkflowPrintDocument printDocument = null; 106if (!(workflowView.PrintDocument is WorkflowPrintDocument)) 107throw new InvalidOperationException(DR.GetString(DR.WorkflowPrintDocumentNotFound, typeof(WorkflowPrintDocument).Name)); 115this.printDocument = workflowView.PrintDocument as WorkflowPrintDocument;
AuthoringOM\Design\WorkflowLayouts.cs (4)
337private WorkflowPrintDocument printDocument = null; 350internal PrintPreviewLayout(IServiceProvider serviceProvider, WorkflowPrintDocument printDoc) 616WorkflowPrintDocument.HeaderFooterData headerFooterData = new WorkflowPrintDocument.HeaderFooterData();
AuthoringOM\Design\WorkflowView.cs (4)
116private WorkflowPrintDocument printDocument = null; 485return (this.activeLayout == ((WorkflowPrintDocument)PrintDocument).PrintPreviewLayout); 499ActiveLayout = (value) ? ((WorkflowPrintDocument)PrintDocument).PrintPreviewLayout : DefaultLayout; 708if (this.activeLayout != ((WorkflowPrintDocument)PrintDocument).PrintPreviewLayout)