2 writes to _footerView
Microsoft.Maui.Controls.Compatibility (2)
Android\Renderers\ListViewRenderer.cs (2)
79 _footerView = null; 169 _footerView = new Container(ctx);
7 references to _footerView
Microsoft.Maui.Controls.Compatibility (7)
Android\Renderers\ListViewRenderer.cs (7)
78 _footerView?.Dispose(); 170 nativeListView.AddFooterView(_footerView, null, false); 182 _adapter.FooterView = _footerView; 358 if (_footerView != null) 359 _footerView.Child = null; 374 if (_footerView != null) 375 _footerView.Child = _footerRenderer;