1 write to _cacheInactiveCaptionBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1513
_cacheInactiveCaptionBrush
= CreateInstance(SystemResourceKeyID.InactiveCaptionBrush);
2 references to _cacheInactiveCaptionBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1511
if (
_cacheInactiveCaptionBrush
== null)
1516
return
_cacheInactiveCaptionBrush
;