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