1 write to _cacheInactiveCaptionTextBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1529
_cacheInactiveCaptionTextBrush
= CreateInstance(SystemResourceKeyID.InactiveCaptionTextBrush);
2 references to _cacheInactiveCaptionTextBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1527
if (
_cacheInactiveCaptionTextBrush
== null)
1532
return
_cacheInactiveCaptionTextBrush
;