3 writes to defaultLayout
System.Workflow.ComponentModel (3)
AuthoringOM\Design\WorkflowView.cs (3)
285this.defaultLayout = null; 727this.defaultLayout = new WorkflowRootLayout(this); 742this.defaultLayout = value;
8 references to defaultLayout
System.Workflow.ComponentModel (8)
AuthoringOM\Design\WorkflowView.cs (8)
196if (this.activeLayout == null || this.defaultLayout == null) 282if (this.defaultLayout != null) 284this.defaultLayout.Dispose(); 726if (this.defaultLayout == null) 728return this.defaultLayout; 736if (this.defaultLayout == value) 739if (this.defaultLayout != null) 740this.defaultLayout.Dispose();