1 write to _upDownButtons
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
60_upDownButtons = new UpDownButtons(this);
16 references to _upDownButtons
System.Windows.Forms (16)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (16)
73_upDownButtons.TabStop = false; 74_upDownButtons.Size = new Size(_defaultButtonsWidth, PreferredHeight); 75_upDownButtons.UpDown += OnUpDown; 77Controls.AddRange([_upDownButtons, _upDownEdit]); 481internal UpDownButtons UpDownButtonsInternal => _upDownButtons; 529_upDownButtons.Width = _defaultButtonsWidth; 965if (_upDownButtons is not null) 996if (_upDownButtons is not null) 998_upDownButtons.Bounds = upDownButtonsBounds; 999_upDownButtons.Invalidate(); 1027: SizeFromClientSizeInternal(new(textWidth, height)).Width + _upDownButtons.Width; 1074if (_upDownButtons is not null) 1076_upDownButtons.Bounds = upDownButtonsBounds; 1077_upDownButtons.Invalidate(); 1315toolTip.SetToolTip(_upDownButtons, caption); 1327toolTip.SetToolTip(_upDownButtons, caption);