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