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