6 writes to SelectType
System.Web.Mobile (6)
UI\MobileControls\Adapters\ChtmlSelectionListAdapter.cs (1)
54
Control.
SelectType
= selectType = ListSelectType.CheckBox;
UI\MobileControls\Design\ListGeneralPage.cs (5)
363
selectionList.
SelectType
= ListSelectType.DropDown;
366
selectionList.
SelectType
= ListSelectType.ListBox;
369
selectionList.
SelectType
= ListSelectType.Radio;
372
selectionList.
SelectType
= ListSelectType.MultiSelectListBox;
375
selectionList.
SelectType
= ListSelectType.CheckBox;
13 references to SelectType
System.Web.Mobile (13)
UI\MobileControls\Adapters\ChtmlSelectionListAdapter.cs (1)
48
ListSelectType selectType = Control.
SelectType
;
UI\MobileControls\Adapters\HtmlSelectionListAdapter.cs (2)
54
ListSelectType selectType = Control.
SelectType
;
268
if(Control.
SelectType
== ListSelectType.DropDown &&
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicSelectionListAdapter.cs (7)
51
switch(Control.
SelectType
) {
66
if (Control.
SelectType
== ListSelectType.CheckBox) {
124
if(Control.
SelectType
== ListSelectType.DropDown &&
165
ListSelectType selectType = Control.
SelectType
;
224
if (Control.
SelectType
== ListSelectType.MultiSelectListBox) {
228
if (Control.
SelectType
== ListSelectType.ListBox || Control.
SelectType
== ListSelectType.MultiSelectListBox) {
UI\MobileControls\Design\ListGeneralPage.cs (1)
256
switch (selectionList.
SelectType
)
UI\MobileControls\SelectionList.cs (2)
186
return (
SelectType
== ListSelectType.MultiSelectListBox ||
187
SelectType
== ListSelectType.CheckBox);