1 write to buttonSize
System.Workflow.ComponentModel (1)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (1)
493
this.
buttonSize
= DynamicAction.Sizes[(int)this.buttonSizeType];
4 references to buttonSize
System.Workflow.ComponentModel (4)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (4)
570
size.Width = (2 * borderSize.Width) + (buttonCount * this.
buttonSize
.Width) + ((buttonCount + 1) * this.margin.Width);
571
size.Height = (2 * borderSize.Height) + this.
buttonSize
.Height + (2 * this.margin.Height);
582
rectangle.X = this.borderSize.Width + (buttonIndex * this.
buttonSize
.Width) + ((buttonIndex + 1) * this.margin.Width);
584
rectangle.Size = this.
buttonSize
;