Implemented interface member:
property
this
System.Collections.IList.this[System.Int32]
8 references to
System.Web.Mobile (3)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (2)
387
_cbAvailableFilters.Items
[
index + 1];
392
_cbAvailableFilters.Items
[
index - 1];
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
1221
comboBox.SelectedItem = comboBox.Items
[
index];
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ComboBox.cs (5)
1013
strings[i] = GetItemText(itemsCollection
[
i]);
1088
return (index == -1) ? null : Items
[
index];
3077
Items.SetItemInternal(index, Items
[
index]);
3433
object item = Items
[
SelectedIndex];
5248
var item = _owningComboBox.Items
[
index];