3 writes to IsThemeDictionary
PresentationFramework (3)
System\Windows\ResourceDictionary.cs (3)
46
IsThemeDictionary
= SystemResources.IsSystemResourcesParsing;
1949
mergedDictionary.
IsThemeDictionary
= true;
2486
_mergedDictionaries[i].
IsThemeDictionary
= value;
5 references to IsThemeDictionary
PresentationFramework (5)
System\Windows\ResourceDictionary.cs (5)
1790
if (!
IsThemeDictionary
)
1947
if (
IsThemeDictionary
)
2324
Debug.Assert(
IsThemeDictionary
|| _ownerApps != null || IsReadOnly, "This must be an App/Theme/Style/Template ResourceDictionary");
2355
if (
IsThemeDictionary
|| _ownerApps != null || IsReadOnly)
2475
if (
IsThemeDictionary
!= value)