1 write to _refresh
Microsoft.Maui.Controls.Compatibility (1)
Android\Renderers\ListViewRenderer.cs (1)
162 _refresh = CreateNativePullToRefresh(ctx);
13 references to _refresh
Microsoft.Maui.Controls.Compatibility (13)
Android\Renderers\ListViewRenderer.cs (13)
163 _refresh.SetOnRefreshListener(this); 164 _refresh.AddView(nativeListView, new LayoutParams(LayoutParams.MatchParent, LayoutParams.MatchParent)); 165 SetNativeControl(nativeListView, _refresh); 415 if (_refresh != null) 420 _refresh.Refreshing = false; 421 _refresh.Post(() => 423 if (_refresh.IsDisposed()) 426 _refresh.Refreshing = true; 430 _refresh.Refreshing = isRefreshing; 436 if (_refresh != null) 437 _refresh.Enabled = Element.IsPullToRefreshEnabled && (Element as IListViewController).RefreshAllowed; 466 if (_refresh != null && Element.RefreshControlColor != null) 467 _refresh.SetColorSchemeColors(Element.RefreshControlColor.ToAndroid());