1 write to minWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\StatusBarPanel.cs (1)
265this.minWidth = value;
5 references to minWidth
System.Windows.Forms (5)
winforms\Managed\System\WinForms\StatusBarPanel.cs (5)
257return this.minWidth; 264if (value != this.minWidth) { 268if (this.minWidth > this.Width) { 495if (!initializing && value < this.minWidth) 563return Math.Max(width, minWidth);