2 references to IsLoadingPropertyKey
Microsoft.Maui.Controls (2)
Image\Image.cs (2)
22
public static readonly BindableProperty IsLoadingProperty =
IsLoadingPropertyKey
.BindableProperty;
46
private set => SetValue(
IsLoadingPropertyKey
, value);