2 writes to _defaultButtonsWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
47_defaultButtonsWidth = LogicalToDeviceUnits(DefaultButtonsWidth); 477_defaultButtonsWidth = LogicalToDeviceUnits(DefaultButtonsWidth);
9 references to _defaultButtonsWidth
System.Windows.Forms (9)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (5)
62_upDownButtons.Size = new Size(_defaultButtonsWidth, PreferredHeight); 478_upDownButtons.Width = _defaultButtonsWidth; 846upDownEditBounds.Size = new Size(clientArea.Width - _defaultButtonsWidth, clientArea.Height); 859clientArea.Right - _defaultButtonsWidth + borderFixup, 861_defaultButtonsWidth,
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (4)
276new Rectangle(0, 0, _parent._defaultButtonsWidth, half_height), 296new Rectangle(0, half_height, _parent._defaultButtonsWidth, half_height), 303new Rectangle(0, 0, _parent._defaultButtonsWidth, half_height), 309new Rectangle(0, half_height, _parent._defaultButtonsWidth, half_height),