1 write to _cacheWindowTextBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
2031
_cacheWindowTextBrush
= CreateInstance(SystemResourceKeyID.WindowTextBrush);
2 references to _cacheWindowTextBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
2029
if (
_cacheWindowTextBrush
== null)
2034
return
_cacheWindowTextBrush
;