1 write to _cacheGrayTextBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1773
_cacheGrayTextBrush
= CreateInstance(SystemResourceKeyID.GrayTextBrush);
2 references to _cacheGrayTextBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1771
if (
_cacheGrayTextBrush
== null)
1776
return
_cacheGrayTextBrush
;