15 instantiations of List
System.Web.Mobile (15)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (4)
135_optionList = new List(); 145_monthList = new List(); 150_weekList = new List(); 155_dayList = new List();
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (1)
54_list = new List();
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (4)
117_optionList = new List(); 127_monthList = new List(); 132_weekList = new List(); 137_dayList = new List();
UI\MobileControls\Adapters\WmlValidationSummaryAdapter.cs (1)
54_list = new List();
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (4)
113_optionList = new List(); 123_monthList = new List(); 128_weekList = new List(); 133_dayList = new List();
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (1)
43_list = new List();
57 references to List
System.Web.Mobile (57)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (9)
44private List _optionList; 45private List _monthList; 46private List _weekList; 47private List _dayList; 183List list = Page.FindControl(controlId) as List; 670private void InitList(List list, 679private void DataBindListWithEmptyValues(List list, int arraySize) 693List list,
UI\MobileControls\Adapters\HtmlListAdapter.cs (2)
35protected new List Control 39return (List)base.Control;
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (1)
38private List _list; // to paginate error messages
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (9)
43private List _optionList; 44private List _monthList; 45private List _weekList; 46private List _dayList; 165List list = Page.FindControl(controlId) as List; 647private void InitList(List list, 656private void DataBindListWithEmptyValues(List list, int arraySize) 670List list,
UI\MobileControls\Adapters\WmlListAdapter.cs (2)
35protected new List Control 39return (List)base.Control;
UI\MobileControls\Adapters\WmlValidationSummaryAdapter.cs (1)
38private List _list; // to paginate error messages
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (9)
35private List _optionList; 36private List _monthList; 37private List _weekList; 38private List _dayList; 157List list = Page.FindControl(controlId) as List; 599private void InitList(List list, 607private void DataBindListWithEmptyValues(List list, int arraySize) { 619List list,
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicListAdapter.cs (2)
27protected new List Control { 29return base.Control as List;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (1)
30private List _list; // to paginate error messages
UI\MobileControls\Design\ItemCollectionEditor.cs (2)
56Debug.Assert(obj is List || obj is SelectionList, "Expected List or SelectionList"); 60if (obj is List)
UI\MobileControls\Design\ListComponentEditor.cs (3)
17/// Provides a component editor for a Mobile List <see cref='System.Web.UI.MobileControls.List'/> 21/// <seealso cref='System.Web.UI.MobileControls.List'/> 64/// Gets the set of all pages in the <see cref='System.Web.UI.MobileControls.List'/>
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
119Debug.Assert (component is ObjectList | component is List |
UI\MobileControls\Design\ListDesigner.cs (3)
34private System.Web.UI.MobileControls.List _list; 489Debug.Assert(component is System.Web.UI.MobileControls.List, 492_list = (System.Web.UI.MobileControls.List) component;
UI\MobileControls\Design\ListGeneralPage.cs (5)
86_isBaseControlList = (GetBaseControl() is List); // SelectionList otherwise. 235List list = (List)GetBaseControl(); 308List list = (List)GetBaseControl();
UI\MobileControls\Design\ListItemsPage.cs (5)
80_isBaseControlList = (GetBaseControl() is List); 155List list = (List)GetBaseControl(); 287List list = (List)GetBaseControl();
UI\MobileControls\Design\SelectionListComponentEditor.cs (2)
22/// <seealso cref='System.Web.UI.MobileControls.List'/> 70/// Gets the set of all pages in the <see cref='System.Web.UI.MobileControls.List'/>