2 references to IsRunningProperty
Microsoft.Maui.Controls (2)
ActivityIndicator\ActivityIndicator.cs (2)
37 get { return (bool)GetValue(IsRunningProperty); } 38 set { SetValue(IsRunningProperty, value); }