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