1 write to upDownButtons
System.Windows.Forms (1)
winforms\Managed\System\WinForms\UpDownBase.cs (1)
92
upDownButtons
= new UpDownButtons(this);
13 references to upDownButtons
System.Windows.Forms (13)
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
609
width = SizeFromClientSize(width, height).Width +
upDownButtons
.Width;
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
872
int width = SizeFromClientSize(textWidth, height).Width +
upDownButtons
.Width;
winforms\Managed\System\WinForms\UpDownBase.cs (11)
101
upDownButtons
.TabStop = false;
102
upDownButtons
.Size = new Size(defaultButtonsWidth, PreferredHeight);
103
upDownButtons
.UpDown += new UpDownEventHandler(this.OnUpDown);
105
Controls.AddRange(new Control[] {
upDownButtons
, upDownEdit} );
682
return
upDownButtons
;
755
upDownButtons
.Width = defaultButtonsWidth;
1112
if (
upDownButtons
!= null) {
1138
if (
upDownButtons
!= null) {
1139
upDownButtons
.Bounds = upDownButtonsBounds;
1140
upDownButtons
.Invalidate();
1246
toolTip.SetToolTip(this.
upDownButtons
, caption);