2 types derived from FrameViewModel
Microsoft.VisualStudio.LanguageServices (2)
StackTraceExplorer\IgnoredFrameViewModel.cs (1)
14internal sealed class IgnoredFrameViewModel : FrameViewModel
StackTraceExplorer\StackFrameViewModel.cs (1)
36ClassificationTypeMap typeMap) : FrameViewModel(formatMap, typeMap)
4 references to FrameViewModel
Microsoft.VisualStudio.LanguageServices (4)
StackTraceExplorer\StackTraceExplorerViewModel.cs (4)
19public ObservableCollection<FrameViewModel> Frames { get; } = []; 31private FrameViewModel? _selection; 32public FrameViewModel? Selection 118private FrameViewModel GetViewModel(ParsedFrame frame)