11 references to bounds
System.Workflow.ComponentModel (11)
AuthoringOM\Design\DesignerWidgets.cs (11)
3225
return this.
bounds
;
3233
return this.
bounds
.Location;
3240
this.
bounds
.Location = value;
3245
descRectanglePos.X = this.
bounds
.Left + this.
bounds
.Width / 2 - this.previewModeDescRectangle.Width / 2 + this.previewModeButtonRectangle.Width + margin.Width;
3246
descRectanglePos.Y = this.
bounds
.Top + maxDescHeight / 2 - this.previewModeDescRectangle.Height / 2;
3251
previewModeBitmapPos.Y = this.
bounds
.Top + maxDescHeight / 2 - this.previewModeButtonRectangle.Height / 2;
3254
this.canvasBounds.Location = new Point(value.X + this.
bounds
.Width / 2 - this.canvasBounds.Width / 2, this.previewModeDescRectangle.Bottom + margin.Height);
3271
return this.
bounds
.Size;
3316
workflowView.InvalidateLogicalRectangle(this.
bounds
);
3398
this.
bounds
.Size = totalSize;