[]
ResourceDictionary that is applied to the C1Window. Typically used with a copy of a C1Theme used somewhere in the app because in Silverlight, themes are not propagated automatically through un-parented Popup .
public static ResourceDictionary ThemeResources { get; set; }
C1Window.ThemeResources = myTheme.GetNewResourceDictionary();