1 implementation of ICellController
Microsoft.Maui.Controls (1)
Cells\Cell.cs (1)
14
public abstract class Cell : Element,
ICellController
, IFlowDirectionController, IPropertyPropagationController, IVisualController, IWindowController, IVisualTreeElement
3 references to ICellController
Microsoft.Maui.Controls (1)
Compatibility\Handlers\ListView\iOS\CellRenderer.cs (1)
137
protected void WireUpForceUpdateSizeRequested(
ICellController
cell, UITableViewCell platformCell, UITableView tableView)
Microsoft.Maui.Controls.Compatibility (2)
iOS\Cells\CellRenderer.cs (2)
107
protected void WireUpForceUpdateSizeRequested(
ICellController
cell, UITableViewCell nativeCell, UITableView tableView)
126
if (sender is
ICellController
icc)