Is there any way of looking at all the subscriptions contained within the EventAggregator for all Events?
Theres only a .GetEvent method off the EventAggregator ... but I'd just like to see all subscriptions that are contained within it ... without having to go each Event in turn.
Thanks