2 writes to Location
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ActivityPreviewDesigner.cs (2)
160this.previewStrip.Location = new Point(this.previewStrip.Location.X + moveDelta.Width, this.previewStrip.Location.Y + moveDelta.Height); 572this.previewStrip.Location = new Point(bounds.Left + bounds.Width / 2 - this.previewStrip.Size.Width / 2, Location.Y + TitleHeight + e.AmbientTheme.Margin.Height);
2 references to Location
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ActivityPreviewDesigner.cs (2)
160this.previewStrip.Location = new Point(this.previewStrip.Location.X + moveDelta.Width, this.previewStrip.Location.Y + moveDelta.Height);