1 write to _cacheInfoColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
685
_cacheInfoColor
= CreateInstance(SystemResourceKeyID.InfoColor);
2 references to _cacheInfoColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
683
if (
_cacheInfoColor
== null)
688
return
_cacheInfoColor
;