1 write to _cacheIsTabletPC
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
5435
_cacheIsTabletPC
= CreateInstance(SystemResourceKeyID.IsTabletPC);
2 references to _cacheIsTabletPC
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
5433
if (
_cacheIsTabletPC
== null)
5438
return
_cacheIsTabletPC
;