5 references to IsValidIndex
System.Windows.Forms (5)
System\Windows\Forms\Controls\ImageList\ImageList.ImageCollection.cs (5)
215
if (!
IsValidIndex
(index))
445
public bool ContainsKey(string key) =>
IsValidIndex
(IndexOfKey(key));
474
if (
IsValidIndex
(i))
567
if (
IsValidIndex
(index))
578
if (!
IsValidIndex
(index))