1 override of GetSourceVertexFromEdge
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1065protected override ModelItem GetSourceVertexFromEdge(Edge edge)
2 references to GetSourceVertexFromEdge
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\GraphManager.cs (2)
123TVertex sourceVertex = this.GetSourceVertexFromEdge(edgeRemoved); 140TVertex sourceVertex = this.GetSourceVertexFromEdge(edgeAdded);