5 references to ItemCountViewStateKey
System.Web (5)
UI\WebControls\Repeater.cs (5)
588
if (ViewState[
ItemCountViewStateKey
] != null) {
618
int count = (int)ViewState[
ItemCountViewStateKey
];
647
ViewState[
ItemCountViewStateKey
] = addedItemCount;
923
if (Page != null && !_pagePreLoadFired && ViewState[
ItemCountViewStateKey
] == null) {
961
if (Page.IsPostBack && IsViewStateEnabled && ViewState[
ItemCountViewStateKey
] == null) {