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