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