Example #1
0
 private void HandleUnselectTextInEditorMessage(UnselectTextInEditorMessage message)
 {
     this.AvalonEditor.SelectionLength = 0;
 }
Example #2
0
 private void HandleUnselectTextInEditorMessage(UnselectTextInEditorMessage message)
 {
     this.AvalonEditor.SelectionLength = 0;
 }