8 references to CheckBox
System.Web.Mobile (8)
UI\MobileControls\Adapters\ChtmlSelectionListAdapter.cs (2)
54
Control.SelectType = selectType = ListSelectType.
CheckBox
;
58
selectType != ListSelectType.
CheckBox
)
UI\MobileControls\Adapters\HtmlSelectionListAdapter.cs (1)
141
case ListSelectType.
CheckBox
:
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicSelectionListAdapter.cs (2)
59
case ListSelectType.
CheckBox
:
66
if (Control.SelectType == ListSelectType.
CheckBox
) {
UI\MobileControls\Design\ListGeneralPage.cs (2)
270
case ListSelectType.
CheckBox
:
375
selectionList.SelectType = ListSelectType.
CheckBox
;
UI\MobileControls\SelectionList.cs (1)
187
SelectType == ListSelectType.
CheckBox
);