3 writes to IsThemeDictionary
PresentationFramework (3)
System\Windows\ResourceDictionary.cs (3)
47
IsThemeDictionary
= SystemResources.IsSystemResourcesParsing;
1906
mergedDictionary.
IsThemeDictionary
= true;
2460
_mergedDictionaries[i].
IsThemeDictionary
= value;
5 references to IsThemeDictionary
PresentationFramework (5)
System\Windows\ResourceDictionary.cs (5)
1728
if (!
IsThemeDictionary
)
1904
if (
IsThemeDictionary
)
2295
Debug.Assert(
IsThemeDictionary
|| _ownerApps != null || IsReadOnly, "This must be an App/Theme/Style/Template ResourceDictionary");
2326
if (
IsThemeDictionary
|| _ownerApps != null || IsReadOnly)
2449
if (
IsThemeDictionary
!= value)