3 references to PrintPreviewLayout
System.Workflow.ComponentModel (3)
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
)