1 write to _cacheAccentColorLight3
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
972
_cacheAccentColorLight3
= CreateInstance(SystemResourceKeyID.AccentColorLight3);
2 references to _cacheAccentColorLight3
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
970
if (
_cacheAccentColorLight3
== null)
975
return
_cacheAccentColorLight3
;