3 instantiations of SelectionList
System.Web.Mobile (3)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
112_selectList = new SelectionList();
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
101_selectList = new SelectionList();
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
90_selectList = new SelectionList();
23 references to SelectionList
System.Web.Mobile (23)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
41private SelectionList _selectList;
UI\MobileControls\Adapters\HtmlSelectionListAdapter.cs (2)
37protected new SelectionList Control 41return (SelectionList)base.Control;
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
41private SelectionList _selectList;
UI\MobileControls\Adapters\WmlSelectionListAdapter.cs (2)
44protected new SelectionList Control 48return (SelectionList)base.Control;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
32private SelectionList _selectList;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicSelectionListAdapter.cs (2)
30protected new SelectionList Control { 32return base.Control as SelectionList;
UI\MobileControls\Design\ItemCollectionEditor.cs (1)
56Debug.Assert(obj is List || obj is SelectionList, "Expected List or SelectionList");
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
120component is SelectionList, "Invalid Component");
UI\MobileControls\Design\ListGeneralPage.cs (4)
254SelectionList selectionList = (SelectionList)GetBaseControl(); 358SelectionList selectionList = (SelectionList)GetBaseControl();
UI\MobileControls\Design\ListItemsPage.cs (4)
293SelectionList selectionList = (SelectionList)GetBaseControl(); 312SelectionList selectionListControl = (SelectionList) GetBaseControl();
UI\MobileControls\Design\SelectionListComponentEditor.cs (1)
18/// <see cref='System.Web.UI.MobileControls.SelectionList'/>
UI\MobileControls\Design\SelectionListDesigner.cs (3)
28private SelectionList _selectionList; 386Debug.Assert(component is System.Web.UI.MobileControls.SelectionList, 389_selectionList = (SelectionList) component;