private void txtQuestion_LostFocus(object sender, RoutedEventArgs e) { this.textBoxKeyboardEntry = TextBoxKeyboardEntry.Question; }
private void txtAnswer_LostFocus(object sender, RoutedEventArgs e) { this.textBoxKeyboardEntry = TextBoxKeyboardEntry.Answer; }
public TestItemEditView() { InitializeComponent(); this.textBoxKeyboardEntry = TextBoxKeyboardEntry.None; }