3 references to FlyoutBackgroundImage
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (2)
255
var imageSource = _shellContext.Shell.
FlyoutBackgroundImage
;
277
_shellContext.Shell.
FlyoutBackgroundImage
!= imageSource)
Shell\Shell.cs (1)
1074
BindableProperty.Create(nameof(
FlyoutBackgroundImage
), typeof(ImageSource), typeof(Shell), default(ImageSource), BindingMode.OneTime);