1 write to _cacheToolTipAnimation
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
1692
_cacheToolTipAnimation
= CreateInstance(SystemResourceKeyID.ToolTipAnimation);
2 references to _cacheToolTipAnimation
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
1690
if (
_cacheToolTipAnimation
== null)
1695
return
_cacheToolTipAnimation
;