2 instantiations of UnevenListViewDataSource
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ListViewRenderer.cs (2)
301
Control.Source = _dataSource = e.NewElement.HasUnevenRows ? new
UnevenListViewDataSource
(e.NewElement, _tableViewController) : new ListViewDataSource(e.NewElement, _tableViewController);
331
Control.Source = _dataSource = Element.HasUnevenRows ? new
UnevenListViewDataSource
(_dataSource) : new ListViewDataSource(_dataSource);