8 references to OnItemEdgeRemoved
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (3)
549this.modelTreeManager.OnItemEdgeRemoved(this, item); 599this.modelTreeManager.OnItemEdgeRemoved(this, item); 624this.modelTreeManager.OnItemEdgeRemoved(this, item);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (5)
142this.modelTreeManager.OnItemEdgeRemoved(this, oldKey); 714this.modelTreeManager.OnItemEdgeRemoved(this, oldValue); 836this.modelTreeManager.OnItemEdgeRemoved(this, item); 889this.modelTreeManager.OnItemEdgeRemoved(this, key); 894this.modelTreeManager.OnItemEdgeRemoved(this, value);