예제 #1
0
 public static WpfTextEditor csharp(this WpfTextEditor wpfTextEditor)
 {
     wpfTextEditor.SyntaxHighlighting = "C#";
     return(wpfTextEditor);
 }
예제 #2
0
 public static WpfTextEditor html(this WpfTextEditor wpfTextEditor)
 {
     wpfTextEditor.SyntaxHighlighting = "HTML";
     return(wpfTextEditor);
 }