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