3 writes to IsThemeDictionary
PresentationFramework (3)
System\Windows\ResourceDictionary.cs (3)
57IsThemeDictionary = SystemResources.IsSystemResourcesParsing; 1861mergedDictionary.IsThemeDictionary = true; 2410_mergedDictionaries[i].IsThemeDictionary = value;
5 references to IsThemeDictionary
PresentationFramework (5)
System\Windows\ResourceDictionary.cs (5)
1736if (!IsThemeDictionary) 1859if (IsThemeDictionary) 2245Debug.Assert(IsThemeDictionary || _ownerApps != null || IsReadOnly, "This must be an App/Theme/Style/Template ResourceDictionary"); 2276if (IsThemeDictionary || _ownerApps != null || IsReadOnly) 2399if (IsThemeDictionary != value)