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