1 write to _cacheIsSlowMachine
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
5403
_cacheIsSlowMachine
= CreateInstance(SystemResourceKeyID.IsSlowMachine);
2 references to _cacheIsSlowMachine
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
5401
if (
_cacheIsSlowMachine
== null)
5406
return
_cacheIsSlowMachine
;