Base:
property
this
System.Collections.ArrayList.this[System.Int32]
6 references to
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DomainUpDown.cs (6)
175
return(index == -1) ? null : Items
[
index];
188
if (value != null && value.Equals(Items
[
i])) {
374
found = Items
[
index].ToString().Equals(text);
376
found = Items
[
index].ToString().ToUpper(CultureInfo.InvariantCulture).StartsWith(text);
474
stringValue = domainItems
[
domainIndex].ToString();
852
return new DomainItemAccessibleObject(((DomainUpDown)parent.Owner).Items
[
index].ToString(), this);