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