14 references to Left
System.Workflow.ComponentModel (14)
AuthoringOM\Design\DesignerHelpers.cs (1)
776
if (button == ScrollButton.
Left
|| button == ScrollButton.Right)
AuthoringOM\Design\DesignerWidgets.cs (13)
146
DrawButton(graphics, (Orientation == Orientation.Horizontal) ? ScrollButton.
Left
: ScrollButton.Up);
334
Rectangle leftScrollButtonBounds = GetButtonBounds(ScrollButton.
Left
);
436
int incr = (scrollButton == ScrollButton.
Left
|| scrollButton == ScrollButton.Up) ? -1 : 1;
478
if (scrollButton == ScrollButton.
Left
|| scrollButton == ScrollButton.Up)
510
ScrollButton scrollButton = (this.orientation == Orientation.Horizontal) ? ScrollButton.
Left
: ScrollButton.Up;
2620
if (GetButtonBounds(ScrollButton.
Left
).Contains(point))
2622
ActiveScrollButton = ScrollButton.
Left
;
2662
this.bounds.Width += GetButtonBounds(ScrollButton.
Left
).Size.Width;
2690
Rectangle scrollbuttonRectangle = GetButtonBounds(ScrollButton.
Left
);
2691
if (ActiveScrollButton == ScrollButton.
Left
)
2827
Rectangle scrollLeftButton = GetButtonBounds(ScrollButton.
Left
);
2849
int startLocation = (scrollButton == ScrollButton.
Left
) ? this.bounds.X : this.bounds.Right - scrollButtonSize.Width;
2937
bounds = this.itemStrip.GetButtonBounds(ScrollButton.
Left
);