2 references to FlyoutBackgroundProperty
Microsoft.Maui.Controls (2)
Shell\Shell.cs (2)
1351 get => (Brush)GetValue(FlyoutBackgroundProperty); 1352 set => SetValue(FlyoutBackgroundProperty, value);