1 write to _cacheGrayTextBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1772
_cacheGrayTextBrush
= CreateInstance(SystemResourceKeyID.GrayTextBrush);
2 references to _cacheGrayTextBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1770
if (
_cacheGrayTextBrush
== null)
1775
return
_cacheGrayTextBrush
;