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