Hi, I'm implementing IContentsView3 and trying to use wpf control for UI. I couln't find Handle property in wpf, so I decided to embed wpf into System.Windows.Forms.UserControl and ElementHost control. The UI looks ok but I encounter strange behavior while using keyboard. I can't type into TextBox but I'm able to paste or delete the text.
I've created Windows Forms UserControl for testing and it all works fine with Forms TextBox within it. Is there something special that I should know while using wpf in IContentsView3?
I'm using .Net framework 3.5 in my project.