2 references to AccentLight1
PresentationCore (1)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\UISettings.cs (1)
93
result &= TryGetColorValue(UISettingsRCW.UIColorType.
AccentLight1
, out _accentLight1);
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
2274
color = AccentColorHelper.GetAccentColor(UISettingsRCW.UIColorType.
AccentLight1
);