1 override of GetDestinationVertexFromEdge
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1060protected override ModelItem GetDestinationVertexFromEdge(Edge edge)
5 references to GetDestinationVertexFromEdge
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Model\GraphManager.cs (5)
81TVertex to = this.GetDestinationVertexFromEdge(edge); 130TVertex destinationVertex = this.GetDestinationVertexFromEdge(edgeRemoved); 146TVertex destinationVertex = this.GetDestinationVertexFromEdge(edgeAdded); 222TVertex destinationVertex = this.GetDestinationVertexFromEdge(edge); 264TVertex to = this.GetDestinationVertexFromEdge(edge);