1 write to _cacheHighContrast
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
282
_cacheHighContrast
= CreateInstance(SystemResourceKeyID.HighContrast);
2 references to _cacheHighContrast
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
280
if (
_cacheHighContrast
== null)
285
return
_cacheHighContrast
;