1 write to _cacheKeyboardPreference
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
972
_cacheKeyboardPreference
= CreateInstance(SystemResourceKeyID.KeyboardPreference);
2 references to _cacheKeyboardPreference
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
970
if (
_cacheKeyboardPreference
== null)
975
return
_cacheKeyboardPreference
;