I have a user control library and I have many comboboxes contained in many different user controls. I am wondering how, if it's possible to set a global style for the combobox? I don't have an application file, nor a resource dictionary file due to the user control libraries and I can't access the main program as we are making plug ins for the main program which is controlled by someone else.
This is the code for the user control which holds most of the other user controls and also contains a combobox itself
<UserControl.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries></ResourceDictionary.MergedDictionaries> </ResourceDictionary>