1 write to _cacheWindowTextBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1689
_cacheWindowTextBrush
= CreateInstance(SystemResourceKeyID.WindowTextBrush);
2 references to _cacheWindowTextBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1687
if (
_cacheWindowTextBrush
== null)
1692
return
_cacheWindowTextBrush
;