1 write to _cacheAccentColorLight1
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
943
_cacheAccentColorLight1
= CreateInstance(SystemResourceKeyID.AccentColorLight1);
2 references to _cacheAccentColorLight1
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
941
if (
_cacheAccentColorLight1
== null)
946
return
_cacheAccentColorLight1
;