コード例 #1
0
 private void HandleUnselectTextInEditorMessage(UnselectTextInEditorMessage message)
 {
     this.AvalonEditor.SelectionLength = 0;
 }
コード例 #2
0
ファイル: MainWindow.xaml.cs プロジェクト: Grandpappy/eXeMeL
 private void HandleUnselectTextInEditorMessage(UnselectTextInEditorMessage message)
 {
     this.AvalonEditor.SelectionLength = 0;
 }