2 types derived from UpDownBase
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (1)
20public partial class DomainUpDown : UpDownBase
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
17public partial class NumericUpDown : UpDownBase, ISupportInitialize
11 references to UpDownBase
System.Windows.Forms (11)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
54/// Initializes a new instance of the <see cref="UpDownBase"/> class.
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownBaseAccessibleObject.cs (2)
10public UpDownBaseAccessibleObject(UpDownBase owner) : base(owner) 15if (!this.TryGetOwnerAs(out UpDownBase? owner))
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (4)
21private readonly UpDownBase _parent; 40/// <param name="parent">The parent <see cref="UpDownBase"/> control.</param> 41internal UpDownButtons(UpDownBase parent) : base() 59/// <see cref="UpDownBase.UseSideBySideButtons"/>); otherwise they are stacked vertically.
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.cs (2)
13private readonly UpDownBase _parent; 16internal UpDownEdit(UpDownBase parent)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownEdit.UpDownEditAccessibleObject.cs (2)
14private readonly UpDownBase _parent; 16public UpDownEditAccessibleObject(UpDownEdit owner, UpDownBase parent) : base(owner)