2 writes to buttonSize
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
276this.buttonSize = new Size(itemSize.Width * 2 / 3, itemSize.Height); 278this.buttonSize = new Size(itemSize.Width, itemSize.Height * 2 / 3);
3 references to buttonSize
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (3)
366availableSize = this.bounds.Width - (2 * (2 * this.margin.Width + this.buttonSize.Width)); 374availableSize = this.bounds.Height - (2 * (2 * this.margin.Height + this.buttonSize.Height)); 476buttonRectangle.Size = this.buttonSize;