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