1 write to _upDownButtons
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
49
_upDownButtons
= new UpDownButtons(this);
14 references to _upDownButtons
System.Windows.Forms (14)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (1)
525
width = SizeFromClientSizeInternal(new(width, height)).Width +
_upDownButtons
.Width;
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
829
int width = SizeFromClientSizeInternal(new(textWidth, height)).Width +
_upDownButtons
.Width;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (12)
61
_upDownButtons
.TabStop = false;
62
_upDownButtons
.Size = new Size(_defaultButtonsWidth, PreferredHeight);
63
_upDownButtons
.UpDown += OnUpDown;
65
Controls.AddRange([
_upDownButtons
, _upDownEdit]);
440
internal UpDownButtons UpDownButtonsInternal =>
_upDownButtons
;
482
_upDownButtons
.Width = _defaultButtonsWidth;
854
if (
_upDownButtons
is not null)
887
if (
_upDownButtons
is not null)
889
_upDownButtons
.Bounds = upDownButtonsBounds;
890
_upDownButtons
.Invalidate();
988
toolTip.SetToolTip(
_upDownButtons
, caption);
1000
toolTip.SetToolTip(
_upDownButtons
, caption);