14 references to separatorLine
System.Workflow.ComponentModel (14)
AuthoringOM\Design\ActivityPreviewDesigner.cs (14)
165this.separatorLine[0] = new Point(this.separatorLine[0].X + moveDelta.Width, this.separatorLine[0].Y + moveDelta.Height); 166this.separatorLine[1] = new Point(this.separatorLine[1].X + moveDelta.Width, this.separatorLine[1].Y + moveDelta.Height); 545e.Graphics.DrawLine(e.DesignerTheme.ForegroundPen, this.separatorLine[0], this.separatorLine[1]); 583this.separatorLine[0].X = bounds.Left + e.AmbientTheme.Margin.Width; 584this.separatorLine[0].Y = previewStripRectangle.Bottom; 585this.separatorLine[0].Y += e.AmbientTheme.Margin.Height + e.AmbientTheme.Margin.Height / 2; 587this.separatorLine[1].X = bounds.Right - e.AmbientTheme.Margin.Width; 588this.separatorLine[1].Y = previewStripRectangle.Bottom; 589this.separatorLine[1].Y += e.AmbientTheme.Margin.Height + e.AmbientTheme.Margin.Height / 2;