4 writes to index
System.Web (4)
UI\WebControls\MenuItemCollection.cs (4)
365
this.
index
= -1;
374
index
++;
379
index
= list.Count;
403
index
= -1;
4 references to index
System.Web (4)
UI\WebControls\MenuItemCollection.cs (4)
373
if (
index
< (list.Count - 1)) {
375
currentElement = list[
index
];
391
if (
index
== -1)
393
if (
index
>= list.Count)