5 references to IsRefreshingProperty
Microsoft.Maui.Controls (5)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
293 else if (e.PropertyName == Microsoft.Maui.Controls.ListView.IsRefreshingProperty.PropertyName)
ListView\ListView.cs (4)
235 get { return (bool)GetValue(IsRefreshingProperty); } 236 set { SetValue(IsRefreshingProperty, value); } 361 SetValue(IsRefreshingProperty, true); 371 SetValue(IsRefreshingProperty, false);