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