1 write to _arrayListEnumerator
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.ToolStripPanelCellToControlEnumerator.cs (1)
21
_arrayListEnumerator
= enumerator;
4 references to _arrayListEnumerator
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.ToolStripPanelCellToControlEnumerator.cs (4)
28
ToolStripPanelCell? cell =
_arrayListEnumerator
.Current as ToolStripPanelCell;
29
Debug.Assert(cell is not null, $"Expected ToolStripPanel cells only!!!{
_arrayListEnumerator
.Current.GetType()}");
41
return
_arrayListEnumerator
.MoveNext();
46
_arrayListEnumerator
.Reset();