9 references to Frames
Microsoft.VisualStudio.LanguageServices (9)
StackTraceExplorer\StackTraceExplorerTab.cs (1)
22public bool IsEmpty => _stackExplorerVM.Frames.Count == 0;
StackTraceExplorer\StackTraceExplorerViewModel.cs (8)
39public bool IsListVisible => Frames.Count > 0; 40public bool IsInstructionTextVisible => Frames.Count == 0; 46Frames.Clear(); 61Frames.CollectionChanged += CallstackLines_CollectionChanged; 69Frames.Clear(); 94Frames.Clear(); 98Frames.Add(vm); 113Frames.Clear();