
Since my SyntaxEditor is created dynamically as datatemplate I am trying to find a way to call all this syntax editor commands on the code behind (xaml.cs) file. I am able to find my syntax editor using the VisualTreeHelperExtended class, but once I have my active editor is there away to call (for example) Undo or Redo on it? Are they all accesible inside the SyntaxEditor object?
[Modified 5 years ago]