1 write to _cacheToolTipAnimation
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
1855
_cacheToolTipAnimation
= CreateInstance(SystemResourceKeyID.ToolTipAnimation);
2 references to _cacheToolTipAnimation
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
1853
if (
_cacheToolTipAnimation
== null)
1858
return
_cacheToolTipAnimation
;