1 override of GetDestinationVertexFromBackPointer
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1070protected override ModelItem GetDestinationVertexFromBackPointer(BackPointer backPointer)
2 references to GetDestinationVertexFromBackPointer
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Model\GraphManager.cs (2)
36if (!reachableVertices.Contains(this.GetDestinationVertexFromBackPointer(backPointer))) 190TVertex destinationVertex = this.GetDestinationVertexFromBackPointer(backPointer);