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