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