1 instantiation of ContextActionsCell
Microsoft.Maui.Controls.Compatibility (1)
iOS\Cells\CellTableViewCell.cs (1)
61 contextCell = new ContextActionsCell(templateId);
21 references to ContextActionsCell
Microsoft.Maui.Controls.Compatibility (21)
iOS\Cells\CellTableViewCell.cs (3)
54 ContextActionsCell contextCell = null; 58 contextCell = (ContextActionsCell)tableView.DequeueReusableCell(ContextActionsCell.Key + templateId);
iOS\ContextActionCell.cs (2)
644 var cell = table.CellAt(_lastPath) as ContextActionsCell;
iOS\ContextScrollViewDelegate.cs (9)
85 var cell = GetContextCell(scrollView); 160 ContextActionsCell contentCell = GetContextCell(scrollView); 228 void ClearCloserRecognizer(ContextActionsCell cell) 243 ContextActionsCell GetContextCell(UIScrollView scrollView) 246 var cell = view as ContextActionsCell; 249 cell = view as ContextActionsCell; 277 var cell = GetContextCell(scrollView); 286 var cell = GetContextCell(scrollView);
iOS\Renderers\ListViewRenderer.cs (7)
1075 if (!(nativeCell is ContextActionsCell)) 1081 ContextActionsCell.SetupSelection(tableView); 1102 nativeCell = tableView.DequeueReusableCell(ContextActionsCell.Key + id); 1215 var cell = _uiTableView.CellAt(selectedIndexPath) as ContextActionsCell; 1402 var contextCell = cell as ContextActionsCell;