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