1 write to _cacheGradientActiveCaptionColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
541
_cacheGradientActiveCaptionColor
= CreateInstance(SystemResourceKeyID.GradientActiveCaptionColor);
2 references to _cacheGradientActiveCaptionColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
539
if (
_cacheGradientActiveCaptionColor
== null)
544
return
_cacheGradientActiveCaptionColor
;