10 references to GetButtonBounds
System.Workflow.ComponentModel (10)
AuthoringOM\Design\DesignerWidgets.cs (10)
2620
if (
GetButtonBounds
(ScrollButton.Left).Contains(point))
2625
else if (
GetButtonBounds
(ScrollButton.Right).Contains(point))
2662
this.bounds.Width +=
GetButtonBounds
(ScrollButton.Left).Size.Width;
2663
this.bounds.Width +=
GetButtonBounds
(ScrollButton.Right).Size.Width;
2690
Rectangle scrollbuttonRectangle =
GetButtonBounds
(ScrollButton.Left);
2700
scrollbuttonRectangle =
GetButtonBounds
(ScrollButton.Right);
2827
Rectangle scrollLeftButton =
GetButtonBounds
(ScrollButton.Left);
2828
Rectangle scrollRightButton =
GetButtonBounds
(ScrollButton.Right);
2937
bounds = this.itemStrip.
GetButtonBounds
(ScrollButton.Left);
2941
bounds = this.itemStrip.
GetButtonBounds
(ScrollButton.Right);