Example #1
0
 private void TextBlock_MouseDown_1(object sender, MouseButtonEventArgs e)
 {
     ExtraPropertyPrice.Focus();
 }
Example #2
0
 private void ExtraPropertyPrice_GotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
 {
     ExtraPropertyPrice.BackgroundSelectAll();
     (DataContext as SelectedTicketItemEditorViewModel).ShowKeyboard();
 }