3 references to PagingUnitSize
System.Web.Mobile (3)
UI\MobileControls\LiteralText.cs (3)
165
return ((Text.Length /
PagingUnitSize
) + (((Text.Length %
PagingUnitSize
) > 0) ? 1 : 0));
174
return
PagingUnitSize
;