1 write to _cacheIsPenWindows
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4769
_cacheIsPenWindows
= CreateInstance(SystemResourceKeyID.IsPenWindows);
2 references to _cacheIsPenWindows
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4767
if (
_cacheIsPenWindows
== null)
4772
return
_cacheIsPenWindows
;