1 write to _cacheInactiveCaptionColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
653
_cacheInactiveCaptionColor
= CreateInstance(SystemResourceKeyID.InactiveCaptionColor);
2 references to _cacheInactiveCaptionColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
651
if (
_cacheInactiveCaptionColor
== null)
656
return
_cacheInactiveCaptionColor
;