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