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