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