1 write to _cacheWindowColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
877
_cacheWindowColor
= CreateInstance(SystemResourceKeyID.WindowColor);
2 references to _cacheWindowColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
875
if (
_cacheWindowColor
== null)
880
return
_cacheWindowColor
;