1 write to _cacheGrayTextBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1437_cacheGrayTextBrush = CreateInstance(SystemResourceKeyID.GrayTextBrush);
2 references to _cacheGrayTextBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1435if (_cacheGrayTextBrush == null) 1440return _cacheGrayTextBrush;