1 write to ParentView
Microsoft.Maui.Controls.Compatibility (1)
Android\Cells\CellFactory.cs (1)
19 renderer.ParentView = view;
7 references to ParentView
Microsoft.Maui.Controls.Compatibility (7)
Android\Cells\EntryCellRenderer.cs (1)
146 _view.UpdateFlowDirection(ParentView);
Android\Cells\ImageCellRenderer.cs (1)
44 View.UpdateFlowDirection(ParentView);
Android\Cells\SwitchCellRenderer.cs (1)
77 _view.UpdateFlowDirection(ParentView);
Android\Cells\TextCellRenderer.cs (1)
78 View.UpdateFlowDirection(ParentView);
Android\Cells\ViewCellRenderer.cs (3)
30 if (ParentView is TableView) 35 else if (ParentView is ListView) 49 var c = new ViewCellContainer(context, view, cell, ParentView, unevenRows, rowHeight);