I am trying to host a custom Windows Forms control in WPF. My custom control does not have a public constructor, and it has a static Create() method which looks something like this:
I am trying to develop an application where the UI part is designed by WPF and the engine is developed using C++.