11 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)
110
get { return (ImageSource)GetValue(
BackgroundImageSourceProperty
); }
111
set { SetValue(
BackgroundImageSourceProperty
, value); }
Properties\AssemblyInfo.cs (1)
86
[assembly: StyleProperty("background-image", typeof(Page), nameof(Page.
BackgroundImageSourceProperty
))]
Microsoft.Maui.Controls.Compatibility (7)
iOS\Renderers\CarouselPageRenderer.cs (2)
306
else if (e.PropertyName == Page.
BackgroundImageSourceProperty
.PropertyName)
363
this.ApplyNativeImageAsync(Page.
BackgroundImageSourceProperty
, bgImage =>
iOS\Renderers\PageRenderer.cs (2)
282
else if (e.PropertyName == Page.
BackgroundImageSourceProperty
.PropertyName)
470
_ = this.ApplyNativeImageAsync(Page.
BackgroundImageSourceProperty
, bgImage =>
iOS\Renderers\PhoneFlyoutPageRenderer.cs (2)
253
else if (e.PropertyName == Page.
BackgroundImageSourceProperty
.PropertyName)
338
_ = this.ApplyNativeImageAsync(Page.
BackgroundImageSourceProperty
, bgImage =>
iOS\Renderers\TabletFlyoutPageRenderer.cs (1)
503
_ = this.ApplyNativeImageAsync(Page.
BackgroundImageSourceProperty
, bgImage =>