2 references to GetNextItem
Microsoft.VisualStudio.LanguageServices (2)
ValueTracking\ValueTrackingTree.xaml.cs (2)
27Key.Down => TrySelectItem(GetNextItem(expandNode: false), navigate: true), 29Key.F8 => e.KeyboardDevice.Modifiers == ModifierKeys.Shift ? TrySelectItem(GetPreviousItem(), navigate: true) : TrySelectItem(GetNextItem(expandNode: true), navigate: true),