15 references to ViewCell
Microsoft.Maui.Controls (2)
ListView\ListView.cs (1)
448
if (content is
ViewCell
viewCell && viewCell.View != null && HasUnevenRows)
PlatformConfiguration\AndroidSpecific\ViewCell.cs (1)
11
public static readonly BindableProperty IsContextActionsLegacyModeEnabledProperty = BindableProperty.Create("IsContextActionsLegacyModeEnabled", typeof(bool), typeof(Maui.Controls.
ViewCell
), false, propertyChanged: OnIsContextActionsLegacyModeEnabledPropertyChanged);
Microsoft.Maui.Controls.Compatibility (13)
iOS\Cells\ViewCellRenderer.cs (8)
23
var
viewCell = (
ViewCell
)item;
46
ViewCell
_viewCell;
56
public
ViewCell
ViewCell
77
var
viewCell = (
ViewCell
)sender;
175
void UpdateCell(
ViewCell
cell)
179
var
oldCell = _viewCell;
iOS\Renderers\ListViewRenderer.cs (3)
934
if (List.RowHeight == -1 && cell.Height == -1 && cell is
ViewCell
)
943
var
viewCell = cell as
ViewCell
;
iOS\Renderers\TableViewModelRenderer.cs (1)
156
if (View.RowHeight == -1 && h == -1 && cell is
ViewCell
)
iOS\VisualElementRenderer.cs (1)
467
else if (element.Parent is
ViewCell
)