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