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)
1644
if (
_noGroupsOriginalIndexOfItemPlaceholderInContainer
== -1) {
1650
int itemInsertLocation =
_noGroupsOriginalIndexOfItemPlaceholderInContainer
;
1736
_noGroupsItemCreatedCount = itemInsertLocation -
_noGroupsOriginalIndexOfItemPlaceholderInContainer
;
3176
_noGroupsItemPlaceholderContainer.Controls.RemoveAt(
_noGroupsOriginalIndexOfItemPlaceholderInContainer
);