It seems that when the SyntaxEditor is in a XBAP application, the SyntaxEditor uses its own stack as clipboard.
Meaning, that when I try to paste stuff in the editor (Lets say: "Text from outside"), it does nothing. But when I have copied some text which was already present in the SyntaxEditor (Lets say: "Text inside the editor"), and paste that into the editor, this goes well and it will paste the text correctly ("Text inside the editor").
But when I copy my original text back onto the clipboard ("Text from outside"), and paste it again in the SyntaxEditor, the text it copied previously from the editor gets pasted again ("Text inside the editor").
However when I paste it into a normal TextBox, I do get the correct results ("Text from outside").
How can we de-activate the SyntaxEditors own stack it keeps, and make the SyntaxEditor use the clipboard in a XBAP environment?
PS In a normal application, the SyntaxEditor show no issues with clipboard.
Meaning, that when I try to paste stuff in the editor (Lets say: "Text from outside"), it does nothing. But when I have copied some text which was already present in the SyntaxEditor (Lets say: "Text inside the editor"), and paste that into the editor, this goes well and it will paste the text correctly ("Text inside the editor").
But when I copy my original text back onto the clipboard ("Text from outside"), and paste it again in the SyntaxEditor, the text it copied previously from the editor gets pasted again ("Text inside the editor").
However when I paste it into a normal TextBox, I do get the correct results ("Text from outside").
How can we de-activate the SyntaxEditors own stack it keeps, and make the SyntaxEditor use the clipboard in a XBAP environment?
PS In a normal application, the SyntaxEditor show no issues with clipboard.