I have a common PCL that's used by a number of different Forms applications. In this common component I need to get the current applications Icon, and I'm wondering where I would be able to find that. My first hunch was Application.Current.Resources but that appears to be null.
I would be happy to call into the platform app via DependencyService, but then for the various platforms the question remains, where do I find a reference to the application icon.