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