4 references to IsValidIndex
System.Windows.Forms (4)
System\Windows\Forms\Controls\TreeView\TreeNodeCollection.cs (4)
102if (IsValidIndex(index)) 375public virtual bool ContainsKey(string? key) => IsValidIndex(IndexOfKey(key)); 409if (IsValidIndex(_lastAccessedIndex)) 615if (IsValidIndex(index))