Text box is defined in following code:
Add the following:
TextBox.AcceptsReturn = True;
I had similar problem,
I solved it with this question using AcceptsReturn="True"
. So I think, this should work.
What you have should work fine, assuming
I'd suggest you try this outside of your project to get a better indication of the actual issue.