1 write to _cacheUIEffects
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
1724
_cacheUIEffects
= CreateInstance(SystemResourceKeyID.UIEffects);
2 references to _cacheUIEffects
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
1722
if (
_cacheUIEffects
== null)
1727
return
_cacheUIEffects
;