Base:
5 references to
System.Windows.Forms (5)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (5)
123return (index == -1) ? null : Items[index]; 137if (value.Equals(Items[i])) 299? Items[index]!.ToString()!.Equals(text) 300: Items[index]!.ToString()!.ToUpper(CultureInfo.InvariantCulture) 392_stringValue = _domainItems[_domainIndex]!.ToString()!;