2 writes to ContentCell
Microsoft.Maui.Controls (2)
Compatibility\Handlers\ListView\iOS\ContextActionCell.cs (2)
210
ContentCell
= null;
213
ContentCell
= nativeCell;
21 references to ContentCell
Microsoft.Maui.Controls (21)
Compatibility\Handlers\ListView\iOS\CellTableViewCell.cs (2)
71
reusableCell = contextCell.
ContentCell
;
97
var viewTableCell = contextCell.
ContentCell
as ViewCellRenderer.ViewTableCell;
Compatibility\Handlers\ListView\iOS\ContextActionCell.cs (16)
69
var boxedCell =
ContentCell
as INativeElementView;
72
throw new InvalidOperationException($"Implement {nameof(INativeElementView)} on cell renderer: {
ContentCell
.GetType().AssemblyQualifiedName}");
95
Update(_tableView, _cell,
ContentCell
);
97
if (
ContentCell
is ViewCellRenderer.ViewTableCell &&
ContentCell
.Subviews.Length > 0 && Math.Abs(
ContentCell
.Subviews[0].Frame.Height - Bounds.Height) > 1)
105
ContentCell
.LayoutSubviews();
116
return
ContentCell
.SizeThatFits(size);
205
if (
ContentCell
!= nativeCell)
207
if (
ContentCell
!= null)
209
ContentCell
.RemoveFromSuperview();
217
if ((
ContentCell
as CellTableViewCell)?.Cell is ImageCell)
252
if (
ContentCell
!= null)
254
SelectionStyle =
ContentCell
.SelectionStyle;
455
Update(_tableView, _cell,
ContentCell
);
467
Update(_tableView, _cell,
ContentCell
);
Compatibility\Handlers\ListView\iOS\ContextScrollViewDelegate.cs (2)
176
contentCell.
ContentCell
.AddGestureRecognizer(_closer);
233
cell?.
ContentCell
?.RemoveGestureRecognizer(_closer);
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
1421
contextCell.
ContentCell
.BackgroundColor = color;