3 references to Size
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ActivityPreviewDesigner.cs (3)
581this.previewWindow.Location = new Point(bounds.Left + bounds.Width / 2 - this.previewWindow.Size.Width / 2, previewStripRectangle.Bottom + 3 * e.AmbientTheme.Margin.Height); 622containerSize.Width = Math.Max(containerSize.Width, this.previewWindow.Size.Width); 626containerSize.Height += this.previewWindow.Size.Height;