2 writes to _standardButtonWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripButton.cs (2)
150
_standardButtonWidth
= ScaleHelper.ScaleToDpi(LogicalStandardButtonWidth, DeviceDpi);
172
_standardButtonWidth
= ScaleHelper.ScaleToInitialSystemDpi(LogicalStandardButtonWidth);
1 reference to _standardButtonWidth
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripButton.cs (1)
162
prefSize.Width = Math.Max(prefSize.Width,
_standardButtonWidth
);