1 write to minAllowedWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
69
minAllowedWidth
= DpiHelper.LogicalToDeviceUnitsX(MINALLOWEDWIDTH);
2 references to minAllowedWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
344
return new Size(
minAllowedWidth
,
minAllowedWidth
);