2 types derived from UpDownBase
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
35public class DomainUpDown : UpDownBase {
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
33public class NumericUpDown : UpDownBase, ISupportInitialize {
13 references to UpDownBase
System.Windows.Forms (13)
winforms\Managed\System\WinForms\DomainUpDown.cs (2)
787return ((UpDownBase)Owner).TextBox.AccessibilityObject.Parent; 792return ((UpDownBase)Owner).UpDownButtonsInternal.AccessibilityObject.Parent;
winforms\Managed\System\WinForms\NumericUpDown.cs (2)
941return ((UpDownBase)Owner).TextBox.AccessibilityObject.Parent; 947return ((UpDownBase)Owner).UpDownButtonsInternal.AccessibilityObject.Parent;
winforms\Managed\System\WinForms\ToolTip.cs (2)
796if (associatedControl is UpDownBase) { 797((UpDownBase)associatedControl).SetToolTip(this, GetToolTip(associatedControl));
winforms\Managed\System\WinForms\UpDownBase.cs (7)
83/// Initializes a new instance of the <see cref='System.Windows.Forms.UpDownBase'/> 1256private UpDownBase parent; 1263internal UpDownEdit(UpDownBase parent) 1367UpDownBase parent; 1369public UpDownEditAccessibleObject(UpDownEdit owner, UpDownBase parent) : base(owner) { 1410private UpDownBase parent; 1431internal UpDownButtons(UpDownBase parent)