1 write to _cacheUIEffects
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
1715
_cacheUIEffects
= CreateInstance(SystemResourceKeyID.UIEffects);
2 references to _cacheUIEffects
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
1713
if (
_cacheUIEffects
== null)
1718
return
_cacheUIEffects
;