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