2 references to IsLoadingPropertyKey
Microsoft.Maui.Controls (2)
ImageButton\ImageButton.cs (2)
45
public static readonly BindableProperty IsLoadingProperty =
IsLoadingPropertyKey
.BindableProperty;
175
public void SetIsLoading(bool isLoading) => SetValue(
IsLoadingPropertyKey
, isLoading);