5 references to AccentColor
PresentationFramework (5)
System\Windows\FluentThemeState.cs (1)
13
AccentColor = SystemColors.
AccentColor
;
System\Windows\SystemColors.cs (3)
919
/// Gets the <see cref="
AccentColor
" /> system resource key.
1407
/// Gets the brush corresponding to the <see cref="
AccentColor
"/> color.
1410
/// <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
;