4 references to Accent
PresentationCore (1)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\UISettings.cs (1)
87if(TryGetColorValue(UISettingsRCW.UIColorType.Accent, out Color systemAccent))
PresentationFramework (3)
System\Windows\AccentColorHelper.cs (2)
15internal static Color GetAccentColor(UISettingsRCW.UIColorType uiColorType = UISettingsRCW.UIColorType.Accent) 33return GetAccentColor(UISettingsRCW.UIColorType.Accent);
System\Windows\SystemColors.cs (1)
2271color = AccentColorHelper.GetAccentColor(UISettingsRCW.UIColorType.Accent);