1 write to autoSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\StatusBarPanel.cs (1)
129
this.
autoSize
= value;
4 references to autoSize
System.Windows.Forms (4)
winforms\Managed\System\WinForms\StatusBarPanel.cs (4)
120
return this.
autoSize
;
128
if (this.
autoSize
!= value) {
667
if (this.
autoSize
== StatusBarPanelAutoSize.Contents) {
679
if (this.
autoSize
== StatusBarPanelAutoSize.Contents &&