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