20 references to ResourceDictionaryLocation
PresentationFramework (18)
src\Framework\OtherAssemblyAttrs.cs (2)
50
[assembly:System.Windows.ThemeInfoAttribute(System.Windows.
ResourceDictionaryLocation
.ExternalAssembly, System.Windows.
ResourceDictionaryLocation
.None)]
src\Framework\System\Windows\SystemResources.cs (10)
575
_genericLocation =
ResourceDictionaryLocation
.None;
578
_themedLocation =
ResourceDictionaryLocation
.ExternalAssembly;
616
if (_preventReEnter || (_themedLocation ==
ResourceDictionaryLocation
.None))
631
bool external = (_themedLocation ==
ResourceDictionaryLocation
.ExternalAssembly);
705
if (_preventReEnter || (_genericLocation ==
ResourceDictionaryLocation
.None))
719
if (_genericLocation ==
ResourceDictionaryLocation
.ExternalAssembly)
767
_themedLocation =
ResourceDictionaryLocation
.None;
768
_genericLocation =
ResourceDictionaryLocation
.None;
1023
private
ResourceDictionaryLocation
_genericLocation;
1024
private
ResourceDictionaryLocation
_themedLocation;
src\Framework\System\Windows\ThemeInfoAttribute.cs (6)
24
public ThemeInfoAttribute(
ResourceDictionaryLocation
themeDictionaryLocation,
ResourceDictionaryLocation
genericDictionaryLocation)
33
public
ResourceDictionaryLocation
ThemeDictionaryLocation
44
public
ResourceDictionaryLocation
GenericDictionaryLocation
57
private
ResourceDictionaryLocation
_themeDictionaryLocation;
58
private
ResourceDictionaryLocation
_genericDictionaryLocation;
System.Activities.Presentation (2)
System.Activities.Presentation\AssemblyInfo.cs (2)
24
[assembly: ThemeInfo(
ResourceDictionaryLocation
.SourceAssembly,
ResourceDictionaryLocation
.SourceAssembly)]