1 write to _itemCount
System.Web (1)
UI\WebControls\BulletedList.cs (1)
41
_itemCount
= -1;
2 references to _itemCount
System.Web (2)
UI\WebControls\BulletedList.cs (2)
471
if (
_itemCount
== -1) {
480
for (int i = _firstItem; i < _firstItem +
_itemCount
; i++) {