6 references to SetIsExpanded
Microsoft.VisualStudio.LanguageServices (2)
DocumentOutline\DocumentOutlineControl_ModelComputation.cs (1)
184DocumentOutlineHelper.SetIsExpanded(documentSymbolUIItems, (IEnumerable<DocumentSymbolUIItem>)SymbolTree.ItemsSource, expansion);
DocumentOutline\DocumentOutlineHelper.cs (1)
324SetIsExpanded(documentSymbolItems[i].Children, currentDocumentSymbolItems.ElementAt(i).Children, expansionOption);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (4)
DocumentOutline\DocumentOutlineTests.cs (4)
187DocumentOutlineHelper.SetIsExpanded(updatedUIItems, originalUIItems, ExpansionOption.Collapse); 191DocumentOutlineHelper.SetIsExpanded(updatedUIItems, originalUIItems, ExpansionOption.Expand); 200DocumentOutlineHelper.SetIsExpanded(updatedUIItems, originalUIItems, ExpansionOption.CurrentExpansion); 230DocumentOutlineHelper.SetIsExpanded(uiItems, uiItems, ExpansionOption.Collapse);