2 references to _itemCountViewStateKey
System.Web.Mobile (2)
UI\MobileControls\ObjectList.cs (2)
564
if (ViewState[
_itemCountViewStateKey
] != null)
1297
ViewState[
_itemCountViewStateKey
] = count;