3 writes to IsThemeDictionary
PresentationFramework (3)
src\Framework\System\Windows\ResourceDictionary.cs (3)
56IsThemeDictionary = SystemResources.IsSystemResourcesParsing; 1895mergedDictionary.IsThemeDictionary = true; 2444_mergedDictionaries[i].IsThemeDictionary = value;
5 references to IsThemeDictionary
PresentationFramework (5)
src\Framework\System\Windows\ResourceDictionary.cs (5)
1770if (!IsThemeDictionary) 1893if (IsThemeDictionary) 2279Debug.Assert(IsThemeDictionary || _ownerApps != null || IsReadOnly, "This must be an App/Theme/Style/Template ResourceDictionary"); 2310if (IsThemeDictionary || _ownerApps != null || IsReadOnly) 2433if (IsThemeDictionary != value)