Base:
property
Location
System.Workflow.ComponentModel.Design.CompositeActivityDesigner.Location
1 override of Location
System.Workflow.Activities (1)
Designers\StateDesigner.cs (1)
190
public override Point
Location
3 writes to Location
System.Workflow.Activities (2)
Designers\StateDesigner.cs (2)
213
base.
Location
= value;
222
base.
Location
= value;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\FreeFormDesigner.cs (1)
801
Location
= newLocation;
6 references to Location
System.Workflow.Activities (3)
Designers\StateDesigner.cs (3)
194
return base.
Location
;
198
if (base.
Location
== value)
230
this.RootDesignerLayout.MoveLayout(base.
Location
);
System.Workflow.ComponentModel (3)
AuthoringOM\Design\FreeFormDesigner.cs (3)
280
if (
Location
== value)
784
Point newLocation =
Location
;
914
Point location =
Location
;