2 writes to _view
Microsoft.Maui.Controls.Compatibility (2)
Android\Cells\ViewCellRenderer.cs (2)
127
_view
= view;
235
_view
= Platform.CreateRenderer(_viewCell.View, Context);
11 references to _view
Microsoft.Maui.Controls.Compatibility (11)
Android\Cells\ViewCellRenderer.cs (11)
202
Platform.SetRenderer(cell.View,
_view
);
219
RemoveView(
_view
.View);
225
if (
_view
is HandlerToRendererShim htrs)
231
_view
.View.Dispose();
237
Platform.SetRenderer(_viewCell.View,
_view
);
238
AddView(
_view
.View);
259
Microsoft.Maui.Controls.Compatibility.Layout.LayoutChildIntoBoundingRegion(
_view
.Element, new Rect(0, 0, width, height));
262
_view
.UpdateLayout();
275
SizeRequest measure =
_view
.Element.Measure(Context.FromPixels(width), double.PositiveInfinity, MeasureFlags.IncludeMargins);
288
if (!(
_view
.Element is SwipeView swipeView))
305
var vw =
_view
.Element as Microsoft.Maui.Controls.View;