4 writes to layoutEngine
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStrip.cs (4)
219layoutEngine = new ToolStripSplitStackLayout(this); 1360layoutEngine = FlowLayout.Instance; 1368layoutEngine = TableLayout.Instance; 1390layoutEngine = new ToolStripSplitStackLayout(this);
4 references to layoutEngine
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStrip.cs (4)
1359if (!(layoutEngine is FlowLayout)) { 1367if (!(layoutEngine is TableLayout)) { 1389if (!(layoutEngine is ToolStripSplitStackLayout)) { 1443return layoutEngine;