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)
103
if (_viewModel.
SortOption
== SortOption.Name)
110
if (_viewModel.
SortOption
== SortOption.Location)
117
if (_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
295
var sortOption = this.
SortOption
;