I'm looking for a way to gain reference to a class that was instanciated via XML, but I need reference to it in imperative code. I usually do this via the datacontext of the control, but in this case, the user control does not have declaritive reference to the class that I require.
I know I have seen how to gain a reference to a class instanciated via the User.Resources, or Application.Resources - I just can't seem to put the right key words together and find an example!
R