1 write to SearchTextBox
Microsoft.VisualStudio.LanguageServices (1)
PickMembersDialog.g.cs (1)
175this.SearchTextBox = ((System.Windows.Controls.TextBox)(target));
2 references to SearchTextBox
Microsoft.VisualStudio.LanguageServices (2)
PickMembers\PickMembersDialog.xaml.cs (1)
64_viewModel.Filter(SearchTextBox.Text);
PickMembersDialog.g.cs (1)
178this.SearchTextBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SearchTextBox_TextChanged);