1 write to _cacheHighContrast
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
299
_cacheHighContrast
= CreateInstance(SystemResourceKeyID.HighContrast);
2 references to _cacheHighContrast
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
297
if (
_cacheHighContrast
== null)
302
return
_cacheHighContrast
;