12 references to Right
System.Workflow.ComponentModel (12)
AuthoringOM\Design\DesignerHelpers.cs (2)
776if (button == ScrollButton.Left || button == ScrollButton.Right) 782if (button == ScrollButton.Right)
AuthoringOM\Design\DesignerWidgets.cs (10)
149DrawButton(graphics, (Orientation == Orientation.Horizontal) ? ScrollButton.Right : ScrollButton.Down); 483else if (scrollButton == ScrollButton.Right || scrollButton == ScrollButton.Down) 518ScrollButton scrollButton = (this.orientation == Orientation.Horizontal) ? ScrollButton.Right : ScrollButton.Down; 2625else if (GetButtonBounds(ScrollButton.Right).Contains(point)) 2627ActiveScrollButton = ScrollButton.Right; 2663this.bounds.Width += GetButtonBounds(ScrollButton.Right).Size.Width; 2700scrollbuttonRectangle = GetButtonBounds(ScrollButton.Right); 2701if (ActiveScrollButton == ScrollButton.Right) 2828Rectangle scrollRightButton = GetButtonBounds(ScrollButton.Right); 2941bounds = this.itemStrip.GetButtonBounds(ScrollButton.Right);