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