1 override of ExpandButtonRectangle
System.Workflow.Activities (1)
Designers\StateDesigner.cs (1)
320protected override Rectangle ExpandButtonRectangle
5 references to ExpandButtonRectangle
System.Workflow.ComponentModel (5)
AuthoringOM\Design\CompositeActivityDesigner.cs (5)
260Rectangle expandButtonRectangle = ExpandButtonRectangle; 297Size expandButtonSize = ExpandButtonRectangle.Size; 1080if (ExpandButtonRectangle.Contains(point)) 1213if (ExpandButtonRectangle.Contains(new Point(e.X, e.Y))) 1236Rectangle expandButtonRectangle = ExpandButtonRectangle;