2 writes to previewLayout
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
48
this.
previewLayout
= new PrintPreviewLayout(this.workflowView, this);
60
this.
previewLayout
= null;
3 references to previewLayout
System.Workflow.ComponentModel (3)
AuthoringOM\Design\WorkflowPrinting.cs (3)
57
if (this.
previewLayout
!= null)
59
this.
previewLayout
.Dispose();
76
return this.
previewLayout
;