1 instantiation of UpDownButtonsAccessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
85
=> new
UpDownButtonsAccessibleObject
(this);
3 references to UpDownButtonsAccessibleObject
System.Windows.Forms (3)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
346
&& AccessibilityObject is
UpDownButtonsAccessibleObject
buttonsAccessibilityObject)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.UpDownButtonsAccessibleObject.DirectionButtonAccessibleObject.cs (2)
19
private readonly
UpDownButtonsAccessibleObject
_parent;
21
public DirectionButtonAccessibleObject(
UpDownButtonsAccessibleObject
parent, bool up)