3 writes to _backgroundView
Microsoft.Maui.Controls.Compatibility (3)
iOS\ContextScrollViewDelegate.cs (3)
219 _backgroundView = null; 274 _backgroundView = subviews[0]; 291 _backgroundView = null;
3 references to _backgroundView
Microsoft.Maui.Controls.Compatibility (3)
iOS\ContextScrollViewDelegate.cs (3)
275 _backgroundView.RemoveFromSuperview(); 283 if (_backgroundView == null) 290 scrollView.Superview.Superview.InsertSubview(_backgroundView, 0);