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