1 write to margin
System.Workflow.ComponentModel (1)
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (1)
494
this.
margin
= DynamicAction.Margins[(int)this.buttonSizeType];
4 references to margin
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;