8 references to DropDown
System.Web.Mobile (8)
UI\MobileControls\Adapters\HtmlSelectionListAdapter.cs (2)
76case ListSelectType.DropDown: 268if(Control.SelectType == ListSelectType.DropDown &&
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicSelectionListAdapter.cs (2)
52case ListSelectType.DropDown: 124if(Control.SelectType == ListSelectType.DropDown &&
UI\MobileControls\Design\ListGeneralPage.cs (2)
258case ListSelectType.DropDown: 363selectionList.SelectType = ListSelectType.DropDown;
UI\MobileControls\SelectionList.cs (2)
437DefaultValue(ListSelectType.DropDown), 446return (o != null) ? (ListSelectType)o : ListSelectType.DropDown;