3 writes to _noGroupsItemCreatedCount
System.Web.Extensions (3)
UI\WebControls\ListView.cs (3)
1736_noGroupsItemCreatedCount = itemInsertLocation - _noGroupsOriginalIndexOfItemPlaceholderInContainer; 1949_noGroupsItemCreatedCount = 0; 3178_noGroupsItemCreatedCount = 0;
2 references to _noGroupsItemCreatedCount
System.Web.Extensions (2)
UI\WebControls\ListView.cs (2)
3174if (_noGroupsItemCreatedCount > 0) { 3175for (int i = 0; i < _noGroupsItemCreatedCount; i++) {