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