1 write to _cacheActiveCaptionBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1241
_cacheActiveCaptionBrush
= CreateInstance(SystemResourceKeyID.ActiveCaptionBrush);
2 references to _cacheActiveCaptionBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1239
if (
_cacheActiveCaptionBrush
== null)
1244
return
_cacheActiveCaptionBrush
;