Can I call a routed WPF command from WinForm control
On a Windows Form, I have a link to a WPF wrapper that wraps a WinForm control. I would like to handle events in WinForm as usual and then invoke the appropriate routed commands from the WPF wrapper. It can be done?