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
;
848
upDownEditBounds.Size = new Size(clientArea.Width -
_defaultButtonsWidth
, clientArea.Height);
861
clientArea.Right -
_defaultButtonsWidth
+ borderFixup,
863
_defaultButtonsWidth
,
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (5)
276
_parent.
_defaultButtonsWidth
,
281
new Rectangle(0, 0, _parent.
_defaultButtonsWidth
, half_height),
291
new Rectangle(0, half_height, _parent.
_defaultButtonsWidth
, half_height),
321
new Rectangle(0, 0, _parent.
_defaultButtonsWidth
, half_height),
341
new Rectangle(0, half_height, _parent.
_defaultButtonsWidth
, half_height),