2 writes to _noGroupsOriginalIndexOfItemPlaceholderInContainer
System.Web.Extensions (2)
UI\WebControls\ListView.cs (2)
1645_noGroupsItemPlaceholderContainer = GetPreparedContainerInfo(this, true, out _noGroupsOriginalIndexOfItemPlaceholderInContainer); 1948_noGroupsOriginalIndexOfItemPlaceholderInContainer = -1;
4 references to _noGroupsOriginalIndexOfItemPlaceholderInContainer
System.Web.Extensions (4)
UI\WebControls\ListView.cs (4)
1644if (_noGroupsOriginalIndexOfItemPlaceholderInContainer == -1) { 1650int itemInsertLocation = _noGroupsOriginalIndexOfItemPlaceholderInContainer; 1736_noGroupsItemCreatedCount = itemInsertLocation - _noGroupsOriginalIndexOfItemPlaceholderInContainer; 3176_noGroupsItemPlaceholderContainer.Controls.RemoveAt(_noGroupsOriginalIndexOfItemPlaceholderInContainer);