2 writes to _accentColor
Microsoft.Maui.Controls (2)
Application\Application.cs (2)
210 get => _accentColor ??= GetAccentColor(); 211 set => _accentColor = value;