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