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