5 references to HasIntersectingNodes
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (5)
100return this.root.HasIntersectingNodes(bounds); 489found = this.topLeft.HasIntersectingNodes(bounds); 494found = this.topRight.HasIntersectingNodes(bounds); 499found = this.bottomLeft.HasIntersectingNodes(bounds); 504found = this.bottomRight.HasIntersectingNodes(bounds);