1 write to _cacheWindowTextColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
911
_cacheWindowTextColor
= CreateInstance(SystemResourceKeyID.WindowTextColor);
2 references to _cacheWindowTextColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
909
if (
_cacheWindowTextColor
== null)
914
return
_cacheWindowTextColor
;