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)
1202
if (
_layoutEngine
is not FlowLayout)
1212
if (
_layoutEngine
is not TableLayout)
1241
if (
_layoutEngine
is not ToolStripSplitStackLayout)
1281
return
_layoutEngine
;