I am trying to apply a ComponentOne theme to my silverlight application; however, I am having trouble getting it to work. Anyone know what I am missing?
I am trying to add it under App.xaml.cs for application_startup:
Current.Resources.MergedDictionaries.Add(new C1ThemeWhistlerBlue());