1 write to bounds
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
42
set { this.
bounds
= value; ReIndex(); }
5 references to bounds
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (5)
41
get { return this.
bounds
; }
52
if (this.
bounds
.Width == 0 || this.
bounds
.Height == 0)
62
this.root = new Quadrant(null, this.
bounds
);
144
foreach (QuadNode n in GetNodes(this.
bounds
))