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