4 writes to _layoutEngine
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
147_layoutEngine = new ToolStripSplitStackLayout(this); 1243_layoutEngine = FlowLayout.Instance; 1253_layoutEngine = TableLayout.Instance; 1282_layoutEngine = new ToolStripSplitStackLayout(this);
4 references to _layoutEngine
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
1241if (_layoutEngine is not FlowLayout) 1251if (_layoutEngine is not TableLayout) 1280if (_layoutEngine is not ToolStripSplitStackLayout) 1320return _layoutEngine;