1 write to _cacheHighContrast
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
278
_cacheHighContrast
= CreateInstance(SystemResourceKeyID.HighContrast);
2 references to _cacheHighContrast
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
276
if (
_cacheHighContrast
== null)
281
return
_cacheHighContrast
;