1 write to _cacheIsTabletPC
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4852
_cacheIsTabletPC
= CreateInstance(SystemResourceKeyID.IsTabletPC);
2 references to _cacheIsTabletPC
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4850
if (
_cacheIsTabletPC
== null)
4855
return
_cacheIsTabletPC
;