1 write to bounds
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (1)
282
this.
bounds
= bounds;
31 references to bounds
System.Data (31)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\QuadTree.cs (31)
298
get { return this.
bounds
; }
319
double w = toInsert.
bounds
.Width / 2;
324
double h = toInsert.
bounds
.Height / 2;
333
Rect topLeft = new Rect(toInsert.
bounds
.Left, toInsert.
bounds
.Top, w, h);
334
Rect topRight = new Rect(toInsert.
bounds
.Left + w, toInsert.
bounds
.Top, w, h);
335
Rect bottomLeft = new Rect(toInsert.
bounds
.Left, toInsert.
bounds
.Top + h, w, h);
336
Rect bottomRight = new Rect(toInsert.
bounds
.Left + w, toInsert.
bounds
.Top + h, w, h);
407
double w = this.
bounds
.Width / 2;
408
double h = this.
bounds
.Height / 2;
413
Rect topLeft = new Rect(this.
bounds
.Left, this.
bounds
.Top, w, h);
414
Rect topRight = new Rect(this.
bounds
.Left + w, this.
bounds
.Top, w, h);
415
Rect bottomLeft = new Rect(this.
bounds
.Left, this.
bounds
.Top + h, w, h);
416
Rect bottomRight = new Rect(this.
bounds
.Left + w, this.
bounds
.Top + h, w, h);
473
double w = this.
bounds
.Width / 2;
474
double h = this.
bounds
.Height / 2;
479
Rect topLeft = new Rect(this.
bounds
.Left, this.
bounds
.Top, w, h);
480
Rect topRight = new Rect(this.
bounds
.Left + w, this.
bounds
.Top, w, h);
481
Rect bottomLeft = new Rect(this.
bounds
.Left, this.
bounds
.Top + h, w, h);
482
Rect bottomRight = new Rect(this.
bounds
.Left + w, this.
bounds
.Top + h, w, h);