3 writes to DefaultLayout
System.Workflow.ComponentModel (3)
AuthoringOM\Design\WorkflowView.cs (3)
197ActiveLayout = DefaultLayout = new WorkflowRootLayout(this.serviceProvider); 404ActiveLayout = DefaultLayout = this.rootDesigner.SupportedLayout; 709DefaultLayout = this.activeLayout;
1 reference to DefaultLayout
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowView.cs (1)
499ActiveLayout = (value) ? ((WorkflowPrintDocument)PrintDocument).PrintPreviewLayout : DefaultLayout;