1 write to _cacheIsSlowMachine
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4833
_cacheIsSlowMachine
= CreateInstance(SystemResourceKeyID.IsSlowMachine);
2 references to _cacheIsSlowMachine
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4831
if (
_cacheIsSlowMachine
== null)
4836
return
_cacheIsSlowMachine
;