Tagged Questions
0
votes
2answers
466 views
Instantiate a Windows Forms control in WPF without default constructor
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:
public abstract ...