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