1 write to _cacheIsSlowMachine
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4820
_cacheIsSlowMachine
= CreateInstance(SystemResourceKeyID.IsSlowMachine);
2 references to _cacheIsSlowMachine
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4818
if (
_cacheIsSlowMachine
== null)
4823
return
_cacheIsSlowMachine
;