1 write to _cacheInfoColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
767
_cacheInfoColor
= CreateInstance(SystemResourceKeyID.InfoColor);
2 references to _cacheInfoColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
765
if (
_cacheInfoColor
== null)
770
return
_cacheInfoColor
;