1 write to _cacheInactiveCaptionTextColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
669
_cacheInactiveCaptionTextColor
= CreateInstance(SystemResourceKeyID.InactiveCaptionTextColor);
2 references to _cacheInactiveCaptionTextColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
667
if (
_cacheInactiveCaptionTextColor
== null)
672
return
_cacheInactiveCaptionTextColor
;