1 write to _cacheIsPenWindows
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
5339
_cacheIsPenWindows
= CreateInstance(SystemResourceKeyID.IsPenWindows);
2 references to _cacheIsPenWindows
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
5337
if (
_cacheIsPenWindows
== null)
5342
return
_cacheIsPenWindows
;