How can I access resources via code from a loaded StyleSet?
What exactly do you need to access?
If you want to use a resource in your code, then the easiest thing to do is to use the StyleResourceName property on any Appearance object. This will apply the resources to the appearance.
Thanks. That is perfect.