2 writes to SearchText
Microsoft.VisualStudio.LanguageServices (2)
DocumentOutline\DocumentOutlineView.xaml.cs (2)
176
_viewModel.
SearchText
= pSearchQuery.SearchString;
182
_viewModel.
SearchText
= "";
2 references to SearchText
Microsoft.VisualStudio.LanguageServices (2)
DocumentOutline\DocumentOutlineViewModel.cs (2)
34
/// do not need to be on the UI thread. Two properties: <see cref="SortOption"/> and <see cref="
SearchText
"/> are
294
var searchText = this.
SearchText
;