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