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