10 writes to Location
System.Workflow.Activities (10)
Designers\StateDesigner.cs (1)
1377this.RootDesignerLayout.Location = this.Location;
Designers\StateDesigner.Layouts.cs (9)
690layout.Location = new Point(x, y); 786layout.Location = location; 986_imageLayout.Location = origin; 1052_textLayout.Location = new Point(xPos, this.Location.Y + margin.Height); 1179_titleBarLayout.Location = this.Location; 1185_eventHandlersLayout.Location = new Point(x, y); 1366_titleBarLayout.Location = origin; 1370_breadCrumbBarLayout.Location = origin; 1379_designerLayout.Location = designerLayoutLocation;
15 references to Location
System.Workflow.Activities (15)
Designers\StateDesigner.Layouts.cs (15)
224Point currentLocation = layout.Location; 435Point offset = new Point(this.Location.X - newLocation.X, this.Location.Y - newLocation.Y); 461Point origin = this.Location; 686int x = Location.X + EventDrivenPadding; 687int y = Location.Y + EventDrivenPadding; 693designerLayout.ActivityDesigner.Location = layout.Location; 783Point location = this.Location; 810layout.Location.Y, 982Point origin = this.Location; 1045int xPos = (this.Location.X + this.Size.Width / 2 - maxStringWidth / 2); 1052_textLayout.Location = new Point(xPos, this.Location.Y + margin.Height); 1179_titleBarLayout.Location = this.Location; 1182int x = this.Location.X; 1203Point location = new Point(this.Location.X, _titleBarLayout.Bounds.Bottom);