2 writes to _defaultButtonsWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
47_defaultButtonsWidth = LogicalToDeviceUnits(DefaultButtonsWidth); 481_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); 482_upDownButtons.Width = _defaultButtonsWidth; 850upDownEditBounds.Size = new Size(clientArea.Width - _defaultButtonsWidth, clientArea.Height); 863clientArea.Right - _defaultButtonsWidth + borderFixup, 865_defaultButtonsWidth,
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (4)
280new Rectangle(0, 0, _parent._defaultButtonsWidth, half_height), 300new Rectangle(0, half_height, _parent._defaultButtonsWidth, half_height), 307new Rectangle(0, 0, _parent._defaultButtonsWidth, half_height), 313new Rectangle(0, half_height, _parent._defaultButtonsWidth, half_height),