1 write to workflowView
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowPrinting.cs (1)
47
this.
workflowView
= workflowView;
12 references to workflowView
System.Workflow.ComponentModel (12)
AuthoringOM\Design\WorkflowPrinting.cs (12)
48
this.previewLayout = new PrintPreviewLayout(this.
workflowView
, this);
101
DesignerHelpers.ShowError(this.
workflowView
, DR.GetString(DR.SelectedPrinterIsInvalidErrorMessage));
103
printArgs.Cancel = (!validPrinter || this.
workflowView
.RootDesigner == null);
163
using (PaintEventArgs paintEventArgs = new PaintEventArgs(graphics, this.
workflowView
.RootDesigner.Bounds))
165
((IWorkflowDesignerMessageSink)this.
workflowView
.RootDesigner).OnPaint(paintEventArgs, viewPort);
181
WorkflowDesignerLoader serviceDesignerLoader = ((IServiceProvider)this.
workflowView
).GetService(typeof(WorkflowDesignerLoader)) as WorkflowDesignerLoader;
197
DesignerHelpers.ShowError(this.
workflowView
, DR.GetString(DR.SelectedPrinterIsInvalidErrorMessage) + "\n" + exception.Message);
207
this.
workflowView
.PerformLayout(); //no more pages - redo regular layout using screen graphics
311
((IWorkflowDesignerMessageSink)this.
workflowView
.RootDesigner).OnLayoutSize(graphics);
312
((IWorkflowDesignerMessageSink)this.
workflowView
.RootDesigner).OnLayoutPosition(graphics);
313
this.
workflowView
.RootDesigner.Location = Point.Empty;
316
Size rootDesignerSize = this.
workflowView
.RootDesigner.Size;