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)
587if (_cacheHighlightColor == null) 592return _cacheHighlightColor;