4 references to BackgroundImageSourceProperty
Microsoft.Maui.Controls (4)
Compatibility\Handlers\FlyoutPage\iOS\PhoneFlyoutPageRenderer.cs (1)
365 else if (e.PropertyName == Page.BackgroundImageSourceProperty.PropertyName)
Page\Page.cs (2)
107 get { return (ImageSource)GetValue(BackgroundImageSourceProperty); } 108 set { SetValue(BackgroundImageSourceProperty, value); }
Properties\AssemblyInfo.cs (1)
86[assembly: StyleProperty("background-image", typeof(Page), nameof(Page.BackgroundImageSourceProperty))]