9 references to Frames
Microsoft.VisualStudio.LanguageServices (9)
StackTraceExplorer\StackTraceExplorerTab.cs (1)
24
public bool IsEmpty => _stackExplorerVM.
Frames
.Count == 0;
StackTraceExplorer\StackTraceExplorerViewModel.cs (8)
42
public bool IsListVisible =>
Frames
.Count > 0;
43
public bool IsInstructionTextVisible =>
Frames
.Count == 0;
49
Frames
.Clear();
64
Frames
.CollectionChanged += CallstackLines_CollectionChanged;
72
Frames
.Clear();
97
Frames
.Clear();
101
Frames
.Add(vm);
116
Frames
.Clear();