1 write to _cacheWindowTextColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
829
_cacheWindowTextColor
= CreateInstance(SystemResourceKeyID.WindowTextColor);
2 references to _cacheWindowTextColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
827
if (
_cacheWindowTextColor
== null)
832
return
_cacheWindowTextColor
;