1 write to _cacheWindowColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
797
_cacheWindowColor
= CreateInstance(SystemResourceKeyID.WindowColor);
2 references to _cacheWindowColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
795
if (
_cacheWindowColor
== null)
800
return
_cacheWindowColor
;