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