1 write to _cacheInactiveCaptionBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1855
_cacheInactiveCaptionBrush
= CreateInstance(SystemResourceKeyID.InactiveCaptionBrush);
2 references to _cacheInactiveCaptionBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1853
if (
_cacheInactiveCaptionBrush
== null)
1858
return
_cacheInactiveCaptionBrush
;