4 references to FlyoutBackgroundImageProperty
Microsoft.Maui.Controls (4)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (2)
53 Shell.FlyoutBackgroundImageProperty, 256 if (imageSource is null || !_shellContext.Shell.IsSet(Shell.FlyoutBackgroundImageProperty))
Shell\Shell.cs (2)
1322 get => (ImageSource)GetValue(FlyoutBackgroundImageProperty); 1323 set => SetValue(FlyoutBackgroundImageProperty, value);