4 references to IsValidIndex
System.Windows.Forms (4)
System\Windows\Forms\Controls\TreeView\TreeNodeCollection.cs (4)
101
if (
IsValidIndex
(index))
374
public virtual bool ContainsKey(string? key) =>
IsValidIndex
(IndexOfKey(key));
408
if (
IsValidIndex
(_lastAccessedIndex))
614
if (
IsValidIndex
(index))