1 type derived from FrameViewModel
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\IgnoredFrameViewModel.cs (1)
14
internal class IgnoredFrameViewModel :
FrameViewModel
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
116
private
FrameViewModel
GetViewModel(ParsedFrame frame)