Base:
property
Location
System.Workflow.ComponentModel.Design.FreeformActivityDesigner.Location
4 writes to Location
System.Workflow.Activities (4)
Designers\StateDesigner.cs (4)
544
this.
Location
= _stateLocation;
1454
stateDesigner.
Location
= new Point(location.X, location.Y + deltaY);
1456
stateDesigner.
Location
= new Point(location.X, location.Y + moveBounds.Height + DefaultStateDesignerAutoLayoutDistance - freeSpaceHeight);
1484
stateDesigner.
Location
= new Point(x, y);
11 references to Location
System.Workflow.Activities (11)
Designers\StateDesigner.cs (11)
549
_stateLocation = this.
Location
;
1377
this.RootDesignerLayout.Location = this.
Location
;
1424
if (stateDesigner.
Location
.Y < minimumY)
1426
deltaY = Math.Max(deltaY, minimumY - stateDesigner.
Location
.Y);
1434
freeSpaceHeight = Math.Min(freeSpaceHeight, stateDesigner.
Location
.Y - minimumY);
1452
Point location = stateDesigner.
Location
;
1453
if (stateDesigner.
Location
.Y < minimumY)
1482
int x = this.
Location
.X + DefaultStateDesignerAutoLayoutDistance;
1503
bounds.Offset(Separator.Width - this.
Location
.X, Separator.Height - this.
Location
.Y);
2297
value = (ActiveDesigner == null) ?
Location
: this._stateLocation;