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