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