2 writes to _refreshControl
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\RefreshViewRenderer.cs (2)
71 _refreshControl = new UIRefreshControl(); 119 _refreshControl = null;
19 references to _refreshControl
Microsoft.Maui.Controls.Compatibility (19)
iOS\Renderers\RefreshViewRenderer.cs (19)
32 if (_isRefreshing != _refreshControl.Refreshing) 37 _refreshControl.BeginRefreshing(); 41 _refreshControl.EndRefreshing(); 72 _refreshControl.ValueChanged += OnRefresh; 96 if (_refreshControl == null) 99 _refreshControl.BackgroundColor = color?.ToPlatform(); 104 if (_refreshControl == null) 107 _refreshControl.UpdateBackground(brush); 117 _refreshControl.ValueChanged -= OnRefresh; 118 _refreshControl.Dispose(); 164 if (_refreshControl.Superview != null) 165 _refreshControl.RemoveFromSuperview(); 195 scrollView.RefreshControl = _refreshControl; 197 scrollView.InsertSubview(_refreshControl, index); 202 _refreshControlHeight = _refreshControl.Frame.Size.Height; 209 webView.ScrollView.InsertSubview(_refreshControl, index); 228 if (Element == null || _refreshControl == null) 232 _refreshControl.TintColor = Element.RefreshColor.ToPlatform(); 246 _refreshControl.Enabled = isRefreshViewEnabled;