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)
1205
if (
_layoutEngine
is not FlowLayout)
1215
if (
_layoutEngine
is not TableLayout)
1244
if (
_layoutEngine
is not ToolStripSplitStackLayout)
1284
return
_layoutEngine
;