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