1 write to _cacheKeyboardSpeed
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
988
_cacheKeyboardSpeed
= CreateInstance(SystemResourceKeyID.KeyboardSpeed);
2 references to _cacheKeyboardSpeed
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
986
if (
_cacheKeyboardSpeed
== null)
991
return
_cacheKeyboardSpeed
;