7 references to ListBox
System.Web.Mobile (7)
UI\MobileControls\Adapters\HtmlSelectionListAdapter.cs (3)
57
selectType != ListSelectType.
ListBox
&&
77
case ListSelectType.
ListBox
:
93
if (selectType == ListSelectType.
ListBox
|| selectType == ListSelectType.MultiSelectListBox)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicSelectionListAdapter.cs (2)
53
case ListSelectType.
ListBox
:
228
if (Control.SelectType == ListSelectType.
ListBox
|| Control.SelectType == ListSelectType.MultiSelectListBox) {
UI\MobileControls\Design\ListGeneralPage.cs (2)
261
case ListSelectType.
ListBox
:
366
selectionList.SelectType = ListSelectType.
ListBox
;