1 write to _cacheHighlightTextColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
687
_cacheHighlightTextColor
= CreateInstance(SystemResourceKeyID.HighlightTextColor);
2 references to _cacheHighlightTextColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
685
if (
_cacheHighlightTextColor
== null)
690
return
_cacheHighlightTextColor
;