1 write to _cacheInfoTextColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
701
_cacheInfoTextColor
= CreateInstance(SystemResourceKeyID.InfoTextColor);
2 references to _cacheInfoTextColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
699
if (
_cacheInfoTextColor
== null)
704
return
_cacheInfoTextColor
;