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)
672if(_controlToPaginate != null) 674return _controlToPaginate; 680return _controlToPaginate;