2 types derived from FrameViewModel
Microsoft.VisualStudio.LanguageServices (2)
StackTraceExplorer\IgnoredFrameViewModel.cs (1)
14internal class IgnoredFrameViewModel : FrameViewModel
StackTraceExplorer\StackFrameViewModel.cs (1)
31internal class StackFrameViewModel : FrameViewModel
5 references to FrameViewModel
Microsoft.VisualStudio.LanguageServices (5)
StackTraceExplorer\StackTraceExplorerViewModel.cs (5)
23public ObservableCollection<FrameViewModel> Frames { get; } = new(); 35private FrameViewModel? _selection; 36public FrameViewModel? Selection 99foreach (var vm in viewModels) 120private FrameViewModel GetViewModel(ParsedFrame frame)