private void SearchStringLoaded(object sender, RoutedEventArgs e)
 {
     SearchString.BackgroundFocus();
 }
 private void Reset()
 {
     ViewModel.ResetSearch();
     SearchString.BackgroundFocus();
 }
Exemplo n.º 3
0
 private void Reset()
 {
     ((EntitySearchViewModel)DataContext).RefreshSelectedEntity(null);
     SearchString.BackgroundFocus();
 }
Exemplo n.º 4
0
 private void Reset()
 {
     ViewModel.RefreshSelectedEntity(null);
     SearchString.BackgroundFocus();
 }
Exemplo n.º 5
0
 private void Reset()
 {
     ((ResourceSearchViewModel)DataContext).RefreshSelectedResource(null);
     SearchString.BackgroundFocus();
 }