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