4 writes to _layoutEngine
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
146_layoutEngine = new ToolStripSplitStackLayout(this); 1198_layoutEngine = FlowLayout.Instance; 1208_layoutEngine = TableLayout.Instance; 1237_layoutEngine = new ToolStripSplitStackLayout(this);
4 references to _layoutEngine
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
1196if (_layoutEngine is not FlowLayout) 1206if (_layoutEngine is not TableLayout) 1235if (_layoutEngine is not ToolStripSplitStackLayout) 1275return _layoutEngine;