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