2 references to SourceProperty
Microsoft.Maui.Controls (2)
ImageButton\ImageButton.cs (2)
126
get { return (ImageSource)GetValue(
SourceProperty
); }
127
set { SetValue(
SourceProperty
, value); }