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)
471if (_itemCount == -1) { 480for (int i = _firstItem; i < _firstItem + _itemCount; i++) {