1 write to _cacheHighlightTextColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
605
_cacheHighlightTextColor
= CreateInstance(SystemResourceKeyID.HighlightTextColor);
2 references to _cacheHighlightTextColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
603
if (
_cacheHighlightTextColor
== null)
608
return
_cacheHighlightTextColor
;