5 references to ControlToPaginate
System.Web.Mobile (5)
UI\MobileControls\Form.cs (4)
535
if ((Paginate) || (
ControlToPaginate
!= null))
570
if ((Paginate) || (
ControlToPaginate
== this))
576
else if(
ControlToPaginate
!= null)
580
Control control =
ControlToPaginate
;
UI\MobileControls\MobileControl.cs (1)
1340
if (PaginateChildren || this.Form.
ControlToPaginate
== this)