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)
4831if (_cacheIsSlowMachine == null) 4836return _cacheIsSlowMachine;