1 instantiation of UpDownButtons
System.Windows.Forms (1)
winforms\Managed\System\WinForms\UpDownBase.cs (1)
92upDownButtons = new UpDownButtons(this);
5 references to UpDownButtons
System.Windows.Forms (5)
winforms\Managed\System\WinForms\UpDownBase.cs (5)
49internal UpDownButtons upDownButtons; // See nested class at end of this file 680internal UpDownButtons UpDownButtonsInternal { 1817public UpDownButtonsAccessibleObject(UpDownButtons owner) : base(owner) { 1911Rectangle bounds = ((UpDownButtons)parent.Owner).Bounds; 1919return (((UpDownButtons)parent.Owner).ParentInternal).RectangleToScreen(bounds);