Tagged Questions
5
votes
2answers
3k views
Loading/Using Resource Dictionaries from a WinForms hosted WPF control
I have a Windows Forms application that needs to host a WPF control at runtime. I have the basic hosting and interaction complete (using an ElementHost control) and everything works fine until I try ...