1 write to rootDesigner
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowView.cs (1)
399this.rootDesigner = value;
10 references to rootDesigner
System.Workflow.ComponentModel (10)
AuthoringOM\Design\WorkflowView.cs (10)
361if (this.rootDesigner != null) 362this.rootDesigner.Location = this.activeLayout.RootDesignerAlignment; 389return this.rootDesigner; 394if (this.rootDesigner == value) 401if (this.rootDesigner != null) 404ActiveLayout = DefaultLayout = this.rootDesigner.SupportedLayout; 1295if (this.rootDesigner != null) 1296this.rootDesigner.Location = this.activeLayout.RootDesignerAlignment; 1980Debug.Assert(this.rootDesigner != null); 1985IList customFilters = ((IWorkflowRootDesigner)this.rootDesigner).MessageFilters;