Hello, I have a question regarding the PasteDragDrop command
When introducing the PasteDragDrop into the xaml, it will create a function in the xaml.cs file.
For example, writing the following in the xaml:
PasteDragDrop="SyntaxEditor_OnPasteDragProp"
Will create the function in the xaml.cs file. Is there anyway to redirect this function to a .cs file within the xaml?