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)
1196
if (
_layoutEngine
is not FlowLayout)
1206
if (
_layoutEngine
is not TableLayout)
1235
if (
_layoutEngine
is not ToolStripSplitStackLayout)
1275
return
_layoutEngine
;