4 references to PageCount
System.Web.Mobile (4)
UI\MobileControls\Adapters\ChtmlFormAdapter.cs (1)
33
if (!Device.RequiresOutputOptimization || Control.
PageCount
> 1)
UI\MobileControls\Adapters\HtmlFormAdapter.cs (1)
305
int pageCount = Control.
PageCount
;
UI\MobileControls\Adapters\WmlFormAdapter.cs (1)
125
int pageCount = Control.
PageCount
;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (1)
288
int pageCount = Control.
PageCount
;