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