1 write to _upDownEdit
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
50
_upDownEdit
= new UpDownEdit(this)
30 references to _upDownEdit
System.Windows.Forms (30)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (30)
56
_upDownEdit
.KeyDown += OnTextBoxKeyDown;
57
_upDownEdit
.KeyPress += OnTextBoxKeyPress;
58
_upDownEdit
.TextChanged += OnTextBoxTextChanged;
59
_upDownEdit
.LostFocus += OnTextBoxLostFocus;
60
_upDownEdit
.Resize += OnTextBoxResize;
65
Controls.AddRange([_upDownButtons,
_upDownEdit
]);
134
get =>
_upDownEdit
.BackColor;
138
_upDownEdit
.BackColor = value;
211
_upDownEdit
.ContextMenuStrip = value;
259
public override bool Focused =>
_upDownEdit
.Focused;
266
get =>
_upDownEdit
.ForeColor;
270
_upDownEdit
.ForeColor = value;
364
get =>
_upDownEdit
.ReadOnly;
365
set =>
_upDownEdit
.ReadOnly = value;
375
get =>
_upDownEdit
.Text;
382
_upDownEdit
.Text = value;
406
get =>
_upDownEdit
.TextAlign;
411
_upDownEdit
.TextAlign = value;
415
internal TextBox TextBox =>
_upDownEdit
;
463
if (!
_upDownEdit
.SupportsUiaProviders)
465
_upDownEdit
.ReleaseUiaProvider(
_upDownEdit
.HWNDInternal);
518
Rectangle editBounds =
_upDownEdit
.Bounds;
578
if (!Enabled && BorderStyle != BorderStyle.None && !
_upDownEdit
.ShouldSerializeBackColor())
847
if (
_upDownEdit
is not null)
882
if (
_upDownEdit
is not null)
884
_upDownEdit
.Bounds = upDownEditBounds;
897
public void Select(int start, int length) =>
_upDownEdit
.Select(start, length);
987
toolTip.SetToolTip(
_upDownEdit
, caption);
999
toolTip.SetToolTip(
_upDownEdit
, caption);