10 references to Items
System.Windows.Forms (10)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (10)
16[DefaultProperty(nameof(Items))] 107ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(value, Items.Count); 129return (index == -1) ? null : Items[index]; 141for (int i = 0; i < Items.Count; i++) 143if (value.Equals(Items[i])) 301? Items[index]!.ToString()!.Equals(text) 302: Items[index]!.ToString()!.ToUpper(CultureInfo.InvariantCulture) 451if (Items is not null) 453s = $"{s}, Items.Count: {Items.Count}, SelectedIndex: {SelectedIndex}"; 518int width = LayoutUtils.OldGetLargestStringSizeInCollection(Font, Items).Width;