2 writes to _controlToPaginate
System.Web.Mobile (2)
UI\MobileControls\Form.cs (2)
678
_controlToPaginate
= Page.FindControl((ViewState["ControlToPaginate"]).ToString());
692
_controlToPaginate
= value;
3 references to _controlToPaginate
System.Web.Mobile (3)
UI\MobileControls\Form.cs (3)
672
if(
_controlToPaginate
!= null)
674
return
_controlToPaginate
;
680
return
_controlToPaginate
;