1 write to _cacheToolTipAnimation
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
1683
_cacheToolTipAnimation
= CreateInstance(SystemResourceKeyID.ToolTipAnimation);
2 references to _cacheToolTipAnimation
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
1681
if (
_cacheToolTipAnimation
== null)
1686
return
_cacheToolTipAnimation
;