Implemented interface member:
property
Source
Microsoft.Maui.Controls.IImageElement.Source
1 write to Source
Microsoft.Maui.Controls (1)
DragAndDrop\DropGestureRecognizer.cs (1)
138
image.
Source
= sourceTarget;
4 references to Source
Microsoft.Maui.Controls (3)
Image\Image.cs (3)
10
/// <summary>Bindable property for <see cref="
Source
"/>.</summary>
100
OnPropertyChanged(nameof(
Source
));
102
IImageSource IImageSourcePart.Source =>
Source
;
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ImageElementManager.cs (1)
174
var oldSource = oldElement.
Source
;