1 write to SymbolTree
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutlineControl.g.cs (1)
153this.SymbolTree = ((System.Windows.Controls.TreeView)(target));
5 references to SymbolTree
Microsoft.VisualStudio.LanguageServices (5)
DocumentOutline\DocumentOutlineControl_ModelComputation.cs (5)
183if (expansion is not ExpansionOption.NoChange && SymbolTree.ItemsSource is not null) 184DocumentOutlineHelper.SetIsExpanded(documentSymbolUIItems, (IEnumerable<DocumentSymbolUIItem>)SymbolTree.ItemsSource, expansion); 196if (SymbolTree.ItemsSource is not null) 197DocumentOutlineHelper.UnselectAll((IEnumerable<DocumentSymbolUIItem>)SymbolTree.ItemsSource); 200SymbolTree.ItemsSource = documentSymbolUIItems;