Is there a way in which I can access my parent shell's variables from each of the regions while using WPF Prism? I would like to have a unique identifier for a shell, while I'm creating many shells.
So by the end of it, I need my objects from the regions/views to be able to access one variable that's common across that shell.