1 write to _upDownEdit
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
64_upDownEdit = new UpDownEdit(this)
30 references to _upDownEdit
System.Windows.Forms (30)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (30)
70_upDownEdit.KeyDown += OnTextBoxKeyDown; 71_upDownEdit.KeyPress += OnTextBoxKeyPress; 72_upDownEdit.TextChanged += OnTextBoxTextChanged; 73_upDownEdit.LostFocus += OnTextBoxLostFocus; 74_upDownEdit.Resize += OnTextBoxResize; 79Controls.AddRange([_upDownButtons, _upDownEdit]); 147get => _upDownEdit.BackColor; 151_upDownEdit.BackColor = value; 224_upDownEdit.ContextMenuStrip = value; 283public override bool Focused => _upDownEdit.Focused; 290get => _upDownEdit.ForeColor; 294_upDownEdit.ForeColor = value; 407get => _upDownEdit.ReadOnly; 408set => _upDownEdit.ReadOnly = value; 418get => _upDownEdit.Text; 425_upDownEdit.Text = value; 449get => _upDownEdit.TextAlign; 454_upDownEdit.TextAlign = value; 458internal TextBox TextBox => _upDownEdit; 512if (!_upDownEdit.SupportsUiaProviders) 514_upDownEdit.ReleaseUiaProvider(_upDownEdit.HWNDInternal); 614Rectangle editBounds = _upDownEdit.Bounds; 674if (!Enabled && BorderStyle != BorderStyle.None && !_upDownEdit.ShouldSerializeBackColor()) 960if (_upDownEdit is not null) 996_upDownEdit?.Bounds = upDownEditBounds; 1074_upDownEdit?.Bounds = upDownEditBounds; 1232=> _upDownEdit.Select(start, length); 1322toolTip.SetToolTip(_upDownEdit, caption); 1334toolTip.SetToolTip(_upDownEdit, caption);