3 references to CanReachRootViaBackPointer
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\GraphManager.cs (3)
124
if (!this.
CanReachRootViaBackPointer
(sourceVertex))
141
if (!this.
CanReachRootViaBackPointer
(sourceVertex))
147
bool wasReachable = this.
CanReachRootViaBackPointer
(destinationVertex);