9 references to OnItemEdgeAdded
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (3)
519this.modelTreeManager.OnItemEdgeAdded(this, item); 573this.modelTreeManager.OnItemEdgeAdded(this, item); 651this.modelTreeManager.OnItemEdgeAdded(this, modelItem);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (6)
150this.modelTreeManager.OnItemEdgeAdded(this, newKey); 720this.modelTreeManager.OnItemEdgeAdded(this, value); 778this.modelTreeManager.OnItemEdgeAdded(this, key); 783this.modelTreeManager.OnItemEdgeAdded(this, value); 977this.modelTreeManager.OnItemEdgeAdded(this, key); 982this.modelTreeManager.OnItemEdgeAdded(this, value);