3 references to ExpandButtonSize
System.Workflow.ComponentModel (3)
AuthoringOM\Design\CompositeActivityDesigner.cs (3)
243
Rectangle expandButtonRectangle = new Rectangle(bounds.Location, designerTheme.
ExpandButtonSize
);
244
expandButtonRectangle.X += (bounds.Width - ((3 * designerTheme.
ExpandButtonSize
.Width / 2) + anchorSize.Width)) / 2;
333
Size expandButtonSize = (CanExpandCollapse) ? designerTheme.
ExpandButtonSize
: Size.Empty;