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