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