27 references to
System.Web.Mobile (27)
UI\MobileControls\Adapters\HtmlListAdapter.cs (1)
146MobileListItem item = items[pageStart + i];
UI\MobileControls\Adapters\HtmlSelectionListAdapter.cs (6)
103MobileListItem item = items[itemIndex]; 158MobileListItem item = items[itemIndex]; 189MobileListItem item = items[itemIndex]; 303Control.Items[i].Selected = false; 308Control.Items[selectedItemIndices[i]].Selected = true; 339if (items[i].Selected)
UI\MobileControls\Adapters\WmlListAdapter.cs (1)
78MobileListItem item = items[pageStart + i];
UI\MobileControls\Adapters\WmlSelectionListAdapter.cs (4)
65if(items[firstSelectedIndex].Selected) 78if(items[i].Selected) 253Control.Items[i].Selected = false; 258Control.Items[selectedItemIndices[i]].Selected = true;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicListAdapter.cs (1)
99MobileListItem item = Control.Items[pageStart + i];
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicSelectionListAdapter.cs (6)
74if (Control.Items[i].Selected) { 152Control.Items[i].Selected = false; 156Control.Items[selectedItemIndices[i]].Selected = true; 177MobileListItem item = items[itemIndex]; 237MobileListItem item = Control.Items[itemIndex]; 277if (items[i].Selected) {
UI\MobileControls\List.cs (2)
278items[i], 487OnItemCommand(new ListCommandEventArgs(Items[item], null));
UI\MobileControls\MobileListItemCollection.cs (1)
91MobileListItem item = this[i];
UI\MobileControls\SelectionList.cs (5)
228if (Items[i].Selected) 254Items[value].Selected = true; 273return Items[selectedIndex]; 527if (Items[i].Selected) 540Items[i].Selected = false;