1 write to rootItem
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
208
this.
rootItem
= WrapAsModelItem(rootInstance);
3 references to rootItem
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (3)
69
return this.
rootItem
;
207
ModelItem oldRoot = this.
rootItem
;
209
this.graphManager.OnRootChanged(oldRoot, this.
rootItem
);