4 references to borderSize
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);
583
rectangle.Y = this.
borderSize
.Height + this.margin.Height;