1 write to _cacheInactiveCaptionTextColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
751
_cacheInactiveCaptionTextColor
= CreateInstance(SystemResourceKeyID.InactiveCaptionTextColor);
2 references to _cacheInactiveCaptionTextColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
749
if (
_cacheInactiveCaptionTextColor
== null)
754
return
_cacheInactiveCaptionTextColor
;