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
5 references to FrameViewModel
Microsoft.VisualStudio.LanguageServices (5)
StackTraceExplorer\StackTraceExplorerViewModel.cs (5)
23
public ObservableCollection<
FrameViewModel
> Frames { get; } = new();
35
private
FrameViewModel
? _selection;
36
public
FrameViewModel
? Selection
99
foreach (
var
vm in viewModels)
120
private
FrameViewModel
GetViewModel(ParsedFrame frame)