1 write to _cacheMouseHoverHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
969
_cacheMouseHoverHeight
= CreateInstance(SystemResourceKeyID.MouseHoverHeight);
2 references to _cacheMouseHoverHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
967
if (
_cacheMouseHoverHeight
== null)
972
return
_cacheMouseHoverHeight
;