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