4 writes to _layoutEngine
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
147_layoutEngine = new ToolStripSplitStackLayout(this); 1205_layoutEngine = FlowLayout.Instance; 1215_layoutEngine = TableLayout.Instance; 1244_layoutEngine = new ToolStripSplitStackLayout(this);
4 references to _layoutEngine
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
1203if (_layoutEngine is not FlowLayout) 1213if (_layoutEngine is not TableLayout) 1242if (_layoutEngine is not ToolStripSplitStackLayout) 1282return _layoutEngine;