1 write to SearchBox
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutlineControl.g.cs (1)
144
this.
SearchBox
= ((System.Windows.Controls.TextBox)(target));
2 references to SearchBox
Microsoft.VisualStudio.LanguageServices (2)
DocumentOutline\DocumentOutlineControl_ModelComputation.cs (1)
124
var searchQuery =
SearchBox
.Text;
DocumentOutlineControl.g.cs (1)
147
this.
SearchBox
.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SearchBox_TextChanged);