2 types derived from UpDownBase
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
35
public class DomainUpDown :
UpDownBase
{
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
33
public class NumericUpDown :
UpDownBase
, ISupportInitialize {
13 references to UpDownBase
System.Windows.Forms (13)
winforms\Managed\System\WinForms\DomainUpDown.cs (2)
787
return ((
UpDownBase
)Owner).TextBox.AccessibilityObject.Parent;
792
return ((
UpDownBase
)Owner).UpDownButtonsInternal.AccessibilityObject.Parent;
winforms\Managed\System\WinForms\NumericUpDown.cs (2)
941
return ((
UpDownBase
)Owner).TextBox.AccessibilityObject.Parent;
947
return ((
UpDownBase
)Owner).UpDownButtonsInternal.AccessibilityObject.Parent;
winforms\Managed\System\WinForms\ToolTip.cs (2)
796
if (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
'/>
1256
private
UpDownBase
parent;
1263
internal UpDownEdit(
UpDownBase
parent)
1367
UpDownBase
parent;
1369
public UpDownEditAccessibleObject(UpDownEdit owner,
UpDownBase
parent) : base(owner) {
1410
private
UpDownBase
parent;
1431
internal UpDownButtons(
UpDownBase
parent)