3 references to IsRunningProperty
Microsoft.Maui.Controls (2)
ActivityIndicator\ActivityIndicator.cs (2)
34 get { return (bool)GetValue(IsRunningProperty); } 35 set { SetValue(IsRunningProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
Android\Renderers\ActivityIndicatorRenderer.cs (1)
43 if (e.PropertyName == ActivityIndicator.IsRunningProperty.PropertyName)