Base:
property
Location
System.Workflow.ComponentModel.Design.CompositeActivityDesigner.Location
7 references to Location
System.Workflow.ComponentModel (7)
AuthoringOM\Design\ActivityPreviewDesigner.cs (7)
170int headerHeight = this.previewStrip.Bounds.Bottom - Location.Y; 172PreviewedDesigner.Location = new Point(Location.X + (Size.Width - PreviewedDesigner.Size.Width) / 2, Location.Y + headerHeight + 2 * WorkflowTheme.CurrentTheme.AmbientTheme.Margin.Height); 572this.previewStrip.Location = new Point(bounds.Left + bounds.Width / 2 - this.previewStrip.Size.Width / 2, Location.Y + TitleHeight + e.AmbientTheme.Margin.Height); 593int headerHeight = this.previewStrip.Bounds.Bottom - Location.Y; 595PreviewedDesigner.Location = new Point(Location.X + (Size.Width - PreviewedDesigner.Size.Width) / 2, Location.Y + headerHeight + 2 * e.AmbientTheme.Margin.Height);