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)
603if (_cacheHighlightTextColor == null) 608return _cacheHighlightTextColor;