1 write to _cacheAccentColorLight2
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
959
_cacheAccentColorLight2
= CreateInstance(SystemResourceKeyID.AccentColorLight2);
2 references to _cacheAccentColorLight2
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
957
if (
_cacheAccentColorLight2
== null)
962
return
_cacheAccentColorLight2
;