3 writes to _dataSource
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (3)
164 _dataSource = null; 258 Control.Source = _dataSource = e.NewElement.HasUnevenRows ? new UnevenListViewDataSource(e.NewElement, _tableViewController) : new ListViewDataSource(e.NewElement, _tableViewController); 288 Control.Source = _dataSource = Element.HasUnevenRows ? new UnevenListViewDataSource(_dataSource) : new ListViewDataSource(_dataSource);
10 references to _dataSource
Microsoft.Maui.Controls (10)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (10)
56 get { return _dataSource.ReloadSectionsAnimation; } 57 set { _dataSource.ReloadSectionsAnimation = value; } 161 if (_dataSource != null) 163 _dataSource.Dispose(); 273 _dataSource.OnItemSelected(null, new SelectedItemChangedEventArgs(selected, templatedItems.GetGlobalIndexOfItem(selected))); 285 _dataSource.UpdateGrouping(); 288 Control.Source = _dataSource = Element.HasUnevenRows ? new UnevenListViewDataSource(_dataSource) : new ListViewDataSource(_dataSource); 546 _dataSource.Counts[section] = exArgs.Count; 697 _dataSource.InvalidatePrototypicalCellCache();