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)
651if (_cacheInactiveCaptionColor == null) 656return _cacheInactiveCaptionColor;