2 writes to DataSource
System.Web.Mobile (2)
UI\MobileControls\List.cs (1)
83DataHelper.DataSource = value;
UI\MobileControls\SelectionList.cs (1)
105DataHelper.DataSource = value;
3 references to DataSource
System.Web.Mobile (3)
UI\MobileControls\List.cs (1)
78return DataHelper.DataSource;
UI\MobileControls\ListDataHelper.cs (1)
119DataSourceHelper.GetResolvedDataSource(DataSource, DataMember);
UI\MobileControls\SelectionList.cs (1)
100return DataHelper.DataSource;