2 references to UpDownButtonsInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
792
return ((UpDownBase)Owner).
UpDownButtonsInternal
.AccessibilityObject.Parent;
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
947
return ((UpDownBase)Owner).
UpDownButtonsInternal
.AccessibilityObject.Parent;