4 writes to layoutEngine
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStrip.cs (4)
219
layoutEngine
= new ToolStripSplitStackLayout(this);
1360
layoutEngine
= FlowLayout.Instance;
1368
layoutEngine
= TableLayout.Instance;
1390
layoutEngine
= new ToolStripSplitStackLayout(this);
4 references to layoutEngine
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStrip.cs (4)
1359
if (!(
layoutEngine
is FlowLayout)) {
1367
if (!(
layoutEngine
is TableLayout)) {
1389
if (!(
layoutEngine
is ToolStripSplitStackLayout)) {
1443
return
layoutEngine
;