2 writes to _renderer
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\UIContainerCell.cs (2)
24
_renderer
= (IPlatformViewHandler)view.Handler;
28
_renderer
= (IPlatformViewHandler)view.ToHandler(view.FindMauiContext() ?? shell.FindMauiContext());
3 references to _renderer
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\UIContainerCell.cs (3)
26
if (
_renderer
== null)
35
_renderer
.PlatformView.ClipsToBounds = true;
114
_renderer
.PlatformView.Frame = Bounds;