1 type derived from FrameViewModel
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\IgnoredFrameViewModel.cs (1)
14internal class IgnoredFrameViewModel : FrameViewModel
4 references to FrameViewModel
Microsoft.VisualStudio.LanguageServices (4)
StackTraceExplorer\StackTraceExplorerViewModel.cs (4)
19public ObservableCollection<FrameViewModel> Frames { get; } = []; 31private FrameViewModel? _selection; 32public FrameViewModel? Selection 116private FrameViewModel GetViewModel(ParsedFrame frame)