3 references to PrintPreviewLayout
System.Workflow.ComponentModel (3)
AuthoringOM\Design\WorkflowView.cs (3)
485return (this.activeLayout == ((WorkflowPrintDocument)PrintDocument).PrintPreviewLayout); 499ActiveLayout = (value) ? ((WorkflowPrintDocument)PrintDocument).PrintPreviewLayout : DefaultLayout; 708if (this.activeLayout != ((WorkflowPrintDocument)PrintDocument).PrintPreviewLayout)