1 write to Table
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\TableViewModelRenderer.cs (1)
135 Table = tableview;
5 references to Table
Microsoft.Maui.Controls.Compatibility (5)
iOS\Renderers\TableViewModelRenderer.cs (5)
24 if (Table != null) 25 Table.ReloadData(); 62 return cellRenderer.GetCell(result, reusable, Table); 84 var point = gesture.LocationInView(Table); 85 var indexPath = Table.IndexPathForRowAtPoint(point);