2 writes to Size
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
370this.itemStrip.Size = new Size(Math.Min(availableSize, reqdSize.Width), Math.Min(this.bounds.Height, reqdSize.Height)); 378this.itemStrip.Size = new Size(Math.Min(this.bounds.Width, reqdSize.Width), Math.Min(availableSize, reqdSize.Height));
2 references to Size
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
487buttonRectangle.X = this.bounds.X + this.margin.Width + buttonRectangle.Size.Width + this.itemStrip.Size.Width; 497buttonRectangle.Y = this.bounds.Y + this.margin.Height + buttonRectangle.Size.Height + this.itemStrip.Size.Height;