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