1 write to _minAllowedWidth
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
50
_minAllowedWidth
= ScaleHelper.ScaleToInitialSystemDpi(LogicalMinAllowedWidth);
2 references to _minAllowedWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (2)
343
return new Size(
_minAllowedWidth
,
_minAllowedWidth
);