9 references to Frames
Microsoft.VisualStudio.LanguageServices (9)
StackTraceExplorer\StackTraceExplorerTab.cs (1)
22public bool IsEmpty => _stackExplorerVM.Frames.Count == 0;
StackTraceExplorer\StackTraceExplorerViewModel.cs (8)
38public bool IsListVisible => Frames.Count > 0; 39public bool IsInstructionTextVisible => Frames.Count == 0; 45Frames.Clear(); 62Frames.CollectionChanged += CallstackLines_CollectionChanged; 70Frames.Clear(); 95Frames.Clear(); 99Frames.Add(vm); 114Frames.Clear();