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