I have a WPF application with a web browser control inside which is a silveriight application. Earlier, I have been able to call functions from WPF application to sliverlight application using HTML bridge.
Now, I have to do the opposite to this i.e. I have to call a function inside the WPF application from silverlight.
How can this be done?