1 write to View
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\TableViewModelRenderer.cs (1)
21 View = model;
13 references to View
Microsoft.Maui.Controls.Compatibility (13)
iOS\Renderers\TableViewModelRenderer.cs (13)
22 View.ModelChanged += (s, e) => 34 var cell = View.Model.GetCell(indexPath.Section, indexPath.Row); 43 _headerCells[section] = View.Model.GetHeaderCell((int)section); 53 _headerCells[section] = View.Model.GetHeaderCell((int)section); 71 var sectionHeaderTextColor = View.Model.GetSectionTextColor((int)section); 89 View.Model.RowLongPressed(indexPath.Section, indexPath.Row); 95 return View.Model.GetSectionCount(); 100 View.Model.RowSelected(indexPath.Section, indexPath.Row); 107 return View.Model.GetRowCount((int)section); 112 return View.Model.GetSectionIndexTitles(); 117 return View.Model.GetSectionTitle((int)section); 153 var cell = View.Model.GetCell(indexPath.Section, indexPath.Row); 156 if (View.RowHeight == -1 && h == -1 && cell is ViewCell)