1 write to _cacheMouseHoverTime
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
953
_cacheMouseHoverTime
= CreateInstance(SystemResourceKeyID.MouseHoverTime);
2 references to _cacheMouseHoverTime
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
951
if (
_cacheMouseHoverTime
== null)
956
return
_cacheMouseHoverTime
;