1 write to _cacheHighContrast
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
268
_cacheHighContrast
= CreateInstance(SystemResourceKeyID.HighContrast);
2 references to _cacheHighContrast
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
266
if (
_cacheHighContrast
== null)
271
return
_cacheHighContrast
;