2 references to UriProperty
Microsoft.Maui.Controls (2)
UriImageSource.cs (2)
50
get => (Uri)GetValue(
UriProperty
);
51
set => SetValue(
UriProperty
, value);