3 writes to _dataSource
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\ListViewRenderer.cs (3)
202 _dataSource = null; 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);
10 references to _dataSource
Microsoft.Maui.Controls.Compatibility (10)
iOS\Renderers\ListViewRenderer.cs (10)
50 get { return _dataSource.ReloadSectionsAnimation; } 51 set { _dataSource.ReloadSectionsAnimation = value; } 199 if (_dataSource != null) 201 _dataSource.Dispose(); 316 _dataSource.OnItemSelected(null, new SelectedItemChangedEventArgs(selected, templatedItems.GetGlobalIndexOfItem(selected))); 328 _dataSource.UpdateGrouping(); 331 Control.Source = _dataSource = Element.HasUnevenRows ? new UnevenListViewDataSource(_dataSource) : new ListViewDataSource(_dataSource); 572 _dataSource.Counts[section] = exArgs.Count; 723 _dataSource.InvalidatePrototypicalCellCache();