1 write to _cacheIsTabletPC
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4851
_cacheIsTabletPC
= CreateInstance(SystemResourceKeyID.IsTabletPC);
2 references to _cacheIsTabletPC
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4849
if (
_cacheIsTabletPC
== null)
4854
return
_cacheIsTabletPC
;