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