1 write to SortOption
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineView.xaml.cs (1)
267_viewModel.SortOption = sortOption;
5 references to SortOption
Microsoft.VisualStudio.LanguageServices (5)
DocumentOutline\DocumentOutlineView.xaml.cs (3)
138if (_viewModel.SortOption == SortOption.Name) 145if (_viewModel.SortOption == SortOption.Location) 152if (_viewModel.SortOption == SortOption.Type)
DocumentOutline\DocumentOutlineViewModel.cs (2)
35/// do not need to be on the UI thread. Two properties: <see cref="SortOption"/> and <see cref="SearchText"/> are 284var sortOption = this.SortOption;