1 write to _cacheInfoTextBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1901
_cacheInfoTextBrush
= CreateInstance(SystemResourceKeyID.InfoTextBrush);
2 references to _cacheInfoTextBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1899
if (
_cacheInfoTextBrush
== null)
1904
return
_cacheInfoTextBrush
;