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