5 references to AccentColor
PresentationFramework (5)
System\Windows\FluentThemeState.cs (1)
11
AccentColor = SystemColors.
AccentColor
;
System\Windows\SystemColors.cs (3)
917
/// Gets the <see cref="
AccentColor
" /> system resource key.
1405
/// Gets the brush corresponding to the <see cref="
AccentColor
"/> color.
1408
/// <see cref="
AccentColor
"/> is the system accent color that's set by the user in OS settings.
System\Windows\SystemResourceKey.cs (1)
665
return SystemColors.
AccentColor
;