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