1 write to _cacheHighlightColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
589
_cacheHighlightColor
= CreateInstance(SystemResourceKeyID.HighlightColor);
2 references to _cacheHighlightColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
587
if (
_cacheHighlightColor
== null)
592
return
_cacheHighlightColor
;