1 write to _cacheHighContrast
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
269
_cacheHighContrast
= CreateInstance(SystemResourceKeyID.HighContrast);
2 references to _cacheHighContrast
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
267
if (
_cacheHighContrast
== null)
272
return
_cacheHighContrast
;