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)
3174
if (
_noGroupsItemCreatedCount
> 0) {
3175
for (int i = 0; i <
_noGroupsItemCreatedCount
; i++) {