Example #1
0
 private void TopicButtonClick(object sender, RoutedEventArgs e)
 {
     _currentSelection.SetText(TextSetOptions.None, "##");
     _currentSelection.MoveRight(TextRangeUnit.Character, 1, false);
     _currentSelection.MoveLeft(TextRangeUnit.Character, 1, false);
 }