4 overrides of InternalItemCount
System.Web.Mobile (4)
UI\MobileControls\List.cs (1)
347protected override int InternalItemCount
UI\MobileControls\LiteralText.cs (1)
161protected override int InternalItemCount
UI\MobileControls\ObjectList.cs (1)
962protected override int InternalItemCount
UI\MobileControls\TextView.cs (1)
358protected override int InternalItemCount
3 references to InternalItemCount
System.Web.Mobile (3)
UI\MobileControls\PagedControl.cs (3)
198return (IsCustomPaging || !EnablePagination) ? InternalItemCount : PagerItemCount; 224int itemCount = IsCustomPaging ? ItemCount : InternalItemCount; 251return (_itemPager == null) ? InternalItemCount : _itemPager.ItemCount;