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)
1771if (_cacheGrayTextBrush == null) 1776return _cacheGrayTextBrush;