protected override void OnLoad(EventArgs e) { FilterTextbox.SelectAll(); base.OnLoad(e); }
private void FocusFilterTextboxCommandBinding_OnExecuted(object sender, ExecutedRoutedEventArgs e) { FilterTextbox.Focus(); }