I'm using Prism to build my application and 19 of my modules need to interact with an control from another module.
Is there any way to expose a control? I really don't want to use the event system because it would too much of the responsibility on my one know to know about the data being passed to it.