4 references to IsValidIndex
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItemCollection.cs (4)
98
if (!
IsValidIndex
(index))
226
public virtual bool ContainsKey(string? key) =>
IsValidIndex
(IndexOfKey(key));
275
if (
IsValidIndex
(_lastAccessedIndex))
367
if (
IsValidIndex
(index))