2 implementations of IListControl
System.Web.Mobile (2)
UI\MobileControls\List.cs (1)
42public class List : PagedControl, INamingContainer, IListControl, ITemplateable, IPostBackEventHandler
UI\MobileControls\SelectionList.cs (1)
43public class SelectionList : MobileControl, IPostBackDataHandler, IListControl
6 references to IListControl
System.Web.Mobile (6)
UI\MobileControls\List.cs (2)
602void IListControl.OnItemDataBind(ListDataBindEventArgs e) 609bool IListControl.TrackingViewState
UI\MobileControls\ListDataHelper.cs (2)
21private IListControl _parent; 31internal /*public*/ ListDataHelper(IListControl parent, StateBag parentViewState)
UI\MobileControls\SelectionList.cs (2)
67void IListControl.OnItemDataBind(ListDataBindEventArgs e) 74bool IListControl.TrackingViewState