5 references to PagingUnitSize
System.Web.Mobile (5)
UI\MobileControls\TextView.cs (5)
203
while (elementLength - currentPosition <=
PagingUnitSize
- blockSize ||
232
for (i = currentPosition + (
PagingUnitSize
- blockSize) - 1; i >= currentPosition; i--)
362
return (_length +
PagingUnitSize
- 1) /
PagingUnitSize
;
371
return
PagingUnitSize
;