1 write to _cacheKeyboardDelay
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
873
_cacheKeyboardDelay
= CreateInstance(SystemResourceKeyID.KeyboardDelay);
2 references to _cacheKeyboardDelay
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
871
if (
_cacheKeyboardDelay
== null)
876
return
_cacheKeyboardDelay
;