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