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;
5 references to Source
Microsoft.Maui.Controls (5)
Image\Image.cs (5)
13
/// <summary>Bindable property for <see cref="
Source
"/>.</summary>
103
OnPropertyChanged(nameof(
Source
));
105
IImageSource IImageSourcePart.Source =>
Source
;
112
var sourceText = DebuggerDisplayHelpers.GetDebugText(nameof(
Source
),
Source
);