4 references to borderSize
System.Workflow.ComponentModel (4)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (4)
570size.Width = (2 * borderSize.Width) + (buttonCount * this.buttonSize.Width) + ((buttonCount + 1) * this.margin.Width); 571size.Height = (2 * borderSize.Height) + this.buttonSize.Height + (2 * this.margin.Height); 582rectangle.X = this.borderSize.Width + (buttonIndex * this.buttonSize.Width) + ((buttonIndex + 1) * this.margin.Width); 583rectangle.Y = this.borderSize.Height + this.margin.Height;