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