In windows form I have a reference to WPF wrapper which wraps WinForm control. I would like to handle events in WinForm control as usual and then invoke apropriate routed commands from WPF wrapper. Can it be done?
In windows form I have a reference to WPF wrapper which wraps WinForm control. I would like to handle events in WinForm control as usual and then invoke apropriate routed commands from WPF wrapper. Can it be done?