1 write to _cacheInfoTextBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1561
_cacheInfoTextBrush
= CreateInstance(SystemResourceKeyID.InfoTextBrush);
2 references to _cacheInfoTextBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1559
if (
_cacheInfoTextBrush
== null)
1564
return
_cacheInfoTextBrush
;