3 references to LogicalStandardButtonWidth
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripButton.cs (3)
16private int _standardButtonWidth = LogicalStandardButtonWidth; 150_standardButtonWidth = ScaleHelper.ScaleToDpi(LogicalStandardButtonWidth, DeviceDpi); 172_standardButtonWidth = ScaleHelper.ScaleToInitialSystemDpi(LogicalStandardButtonWidth);