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