1 write to _cacheAccentColorLight2
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
956
_cacheAccentColorLight2
= CreateInstance(SystemResourceKeyID.AccentColorLight2);
2 references to _cacheAccentColorLight2
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
954
if (
_cacheAccentColorLight2
== null)
959
return
_cacheAccentColorLight2
;