1 write to _cacheInfoTextColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
783
_cacheInfoTextColor
= CreateInstance(SystemResourceKeyID.InfoTextColor);
2 references to _cacheInfoTextColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
781
if (
_cacheInfoTextColor
== null)
786
return
_cacheInfoTextColor
;