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