1 write to _cacheInactiveCaptionColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
735
_cacheInactiveCaptionColor
= CreateInstance(SystemResourceKeyID.InactiveCaptionColor);
2 references to _cacheInactiveCaptionColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
733
if (
_cacheInactiveCaptionColor
== null)
738
return
_cacheInactiveCaptionColor
;