1 write to _cacheIsPenWindows
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4756
_cacheIsPenWindows
= CreateInstance(SystemResourceKeyID.IsPenWindows);
2 references to _cacheIsPenWindows
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4754
if (
_cacheIsPenWindows
== null)
4759
return
_cacheIsPenWindows
;