1 write to _cacheDropShadow
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
446
_cacheDropShadow
= CreateInstance(SystemResourceKeyID.DropShadow);
2 references to _cacheDropShadow
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
444
if (
_cacheDropShadow
== null)
449
return
_cacheDropShadow
;