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?

+1


a source to share


1 answer


Yes, as long as your target for the command is the window host.



+1


a source







All Articles