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