6 references to BackgroundImageSource
Microsoft.Maui.Controls (6)
Compatibility\Handlers\FlyoutPage\iOS\PhoneFlyoutPageRenderer.cs (1)
508 ((Page)(Element)).BackgroundImageSource.LoadImage(MauiContext, result =>
Page\Page.cs (4)
54 /// <summary>Bindable property for <see cref="BackgroundImageSource"/>.</summary> 55 public static readonly BindableProperty BackgroundImageSourceProperty = BindableProperty.Create(nameof(BackgroundImageSource), typeof(ImageSource), typeof(Page), default(ImageSource)); 841 if (!ImageSource.IsNullOrEmpty(BackgroundImageSource)) 842 return new ImageSourcePaint(BackgroundImageSource);
VisualElement\VisualElement.Mapper.cs (1)
27 viewMapper.ReplaceMapping<IView, IViewHandler>(nameof(Page.BackgroundImageSource), MapBackgroundImageSource);