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)
162prefSize.Width = Math.Max(prefSize.Width, _standardButtonWidth);