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