3 references to RefreshControlColorProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
307 else if (e.PropertyName == Microsoft.Maui.Controls.ListView.RefreshControlColorProperty.PropertyName)
ListView\ListView.cs (2)
277 get { return (Color)GetValue(RefreshControlColorProperty); } 278 set { SetValue(RefreshControlColorProperty, value); }