1 write to _cacheInactiveCaptionTextBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1871
_cacheInactiveCaptionTextBrush
= CreateInstance(SystemResourceKeyID.InactiveCaptionTextBrush);
2 references to _cacheInactiveCaptionTextBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1869
if (
_cacheInactiveCaptionTextBrush
== null)
1874
return
_cacheInactiveCaptionTextBrush
;