1 write to _toolTipAnimation
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
1617
if (UnsafeNativeMethods.SystemParametersInfo(NativeMethods.SPI_GETTOOLTIPANIMATION, 0, ref
_toolTipAnimation
, 0))
1 reference to _toolTipAnimation
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
1628
return
_toolTipAnimation
;