5 references to Size
System.Workflow.ComponentModel (5)
AuthoringOM\Design\ActivityPreviewDesigner.cs (5)
302
headerHeight += this.previewStrip.
Size
.Height;
572
this.previewStrip.Location = new Point(bounds.Left + bounds.Width / 2 - this.previewStrip.
Size
.Width / 2, Location.Y + TitleHeight + e.AmbientTheme.Margin.Height);
613
containerSize.Width = Math.Max(containerSize.Width, this.previewStrip.
Size
.Width);
614
containerSize.Height += this.previewStrip.
Size
.Height;
651
PreviewedDesigner.Size = new Size(containerSize.Width - margins.Width, containerSize.Height - (TitleHeight + this.previewStrip.
Size
.Height + margins.Height));