2 writes to _defaultButtonsWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
47_defaultButtonsWidth = LogicalToDeviceUnits(DefaultButtonsWidth); 479_defaultButtonsWidth = LogicalToDeviceUnits(DefaultButtonsWidth);
10 references to _defaultButtonsWidth
System.Windows.Forms (10)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (5)
62_upDownButtons.Size = new Size(_defaultButtonsWidth, PreferredHeight); 480_upDownButtons.Width = _defaultButtonsWidth; 848upDownEditBounds.Size = new Size(clientArea.Width - _defaultButtonsWidth, clientArea.Height); 861clientArea.Right - _defaultButtonsWidth + borderFixup, 863_defaultButtonsWidth,
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (5)
276_parent._defaultButtonsWidth, 281new Rectangle(0, 0, _parent._defaultButtonsWidth, half_height), 291new Rectangle(0, half_height, _parent._defaultButtonsWidth, half_height), 321new Rectangle(0, 0, _parent._defaultButtonsWidth, half_height), 341new Rectangle(0, half_height, _parent._defaultButtonsWidth, half_height),