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