4 writes to _layoutEngine
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
146_layoutEngine = new ToolStripSplitStackLayout(this); 1204_layoutEngine = FlowLayout.Instance; 1214_layoutEngine = TableLayout.Instance; 1243_layoutEngine = new ToolStripSplitStackLayout(this);
4 references to _layoutEngine
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
1202if (_layoutEngine is not FlowLayout) 1212if (_layoutEngine is not TableLayout) 1241if (_layoutEngine is not ToolStripSplitStackLayout) 1281return _layoutEngine;