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