2 writes to _overflowButtonWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (2)
1607
_overflowButtonWidth
= ScaleHelper.ScaleToDpi(OVERFLOW_BUTTON_WIDTH, currentDeviceDpi);
1630
_overflowButtonWidth
= ScaleHelper.ScaleToInitialSystemDpi(OVERFLOW_BUTTON_WIDTH);
5 references to _overflowButtonWidth
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (5)
172
overflowArrowRect = new Rectangle(item.Width -
_overflowButtonWidth
, item.Height - _overflowArrowOffsetY, _overflowArrowWidth, _overflowArrowHeight);
1226
overflowBoundsFill.X += overflowBoundsFill.Width -
_overflowButtonWidth
+ 1;
1227
overflowBoundsFill.Width =
_overflowButtonWidth
;
1235
overflowBoundsFill.Y = overflowBoundsFill.Height -
_overflowButtonWidth
+ 1;
1236
overflowBoundsFill.Height =
_overflowButtonWidth
;