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]); 479internal UpDownButtons UpDownButtonsInternal => _upDownButtons; 527_upDownButtons.Width = _defaultButtonsWidth; 954if (_upDownButtons is not null) 985if (_upDownButtons is not null) 987_upDownButtons.Bounds = upDownButtonsBounds; 988_upDownButtons.Invalidate(); 1016: SizeFromClientSizeInternal(new(textWidth, height)).Width + _upDownButtons.Width; 1063if (_upDownButtons is not null) 1065_upDownButtons.Bounds = upDownButtonsBounds; 1066_upDownButtons.Invalidate(); 1302toolTip.SetToolTip(_upDownButtons, caption); 1314toolTip.SetToolTip(_upDownButtons, caption);