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