1 write to graphManager
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
55this.graphManager = new ModelGraphManager(this);
6 references to graphManager
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (6)
209this.graphManager.OnRootChanged(oldRoot, this.rootItem); 357this.graphManager.OnPropertyEdgeAdded(propertyName, from, to); 362this.graphManager.OnItemEdgeAdded(from, to); 367this.graphManager.OnPropertyEdgeRemoved(propertyName, from, to); 372this.graphManager.OnItemEdgeRemoved(from, to); 590this.graphManager.OnPropertyEdgeAdded(dataModelProperty.Name, (ModelItem)parent, value);