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