1 write to autoSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4807this.autoSize = toolStrip.AutoSize;
1 reference to autoSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4814return (toolStrip.Size == size && toolStrip.LayoutStyle == layoutStyle && toolStrip.AutoSize == autoSize);