14 references to bounds
System.Workflow.ComponentModel (14)
AuthoringOM\Design\DesignerWidgets.cs (14)
633
return this.
bounds
.Location;
638
if (this.
bounds
.Location != value)
641
this.
bounds
.Location = value;
651
return this.
bounds
.Size;
656
if (this.
bounds
.Size != value)
659
this.
bounds
.Size = value;
670
return this.
bounds
;
715
itemRectangle.X =
bounds
.Left + (itemIndex * this.itemSize.Width) + ((itemIndex + 1) * this.margin.Width);
716
itemRectangle.Y =
bounds
.Top + this.margin.Height;
720
itemRectangle.X =
bounds
.Left + this.margin.Width;
721
itemRectangle.Y =
bounds
.Top + (itemIndex * this.itemSize.Height) + ((itemIndex + 1) * this.margin.Height);
841
int totalStripSize = this.
bounds
.Width - this.margin.Width;
846
int totalStripSize = this.
bounds
.Height - this.margin.Height;
875
workflowView.InvalidateLogicalRectangle(this.
bounds
);