1 write to arrayListEnumerator
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
2298
arrayListEnumerator
= ((IEnumerable)list).GetEnumerator();
4 references to arrayListEnumerator
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (4)
2303
ToolStripPanelCell cell =
arrayListEnumerator
.Current as ToolStripPanelCell;
2304
Debug.Assert(cell != null, "Expected ToolStripPanel cells only!!!" +
arrayListEnumerator
.Current.GetType().ToString());
2315
return
arrayListEnumerator
.MoveNext();
2319
arrayListEnumerator
.Reset();