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