3 references to ImageSourceProperty
Microsoft.Maui.Controls (3)
Cells\ImageCell.cs (3)
29
get { return (ImageSource)GetValue(
ImageSourceProperty
); }
30
set { SetValue(
ImageSourceProperty
, value); }
43
OnPropertyChanged(
ImageSourceProperty
.PropertyName);