3 writes to IsThemeDictionary
PresentationFramework (3)
System\Windows\ResourceDictionary.cs (3)
57
IsThemeDictionary
= SystemResources.IsSystemResourcesParsing;
1917
mergedDictionary.
IsThemeDictionary
= true;
2471
_mergedDictionaries[i].
IsThemeDictionary
= value;
5 references to IsThemeDictionary
PresentationFramework (5)
System\Windows\ResourceDictionary.cs (5)
1736
if (!
IsThemeDictionary
)
1915
if (
IsThemeDictionary
)
2306
Debug.Assert(
IsThemeDictionary
|| _ownerApps != null || IsReadOnly, "This must be an App/Theme/Style/Template ResourceDictionary");
2337
if (
IsThemeDictionary
|| _ownerApps != null || IsReadOnly)
2460
if (
IsThemeDictionary
!= value)