1 write to _cacheUIEffects
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
1714
_cacheUIEffects
= CreateInstance(SystemResourceKeyID.UIEffects);
2 references to _cacheUIEffects
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
1712
if (
_cacheUIEffects
== null)
1717
return
_cacheUIEffects
;