2 writes to _renderer
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\UIContainerView.cs (2)
32
_renderer
= _view.ToHandler(_view.FindMauiContext());
152
_renderer
= null;
1 reference to _renderer
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\UIContainerView.cs (1)
41
if (View == null || _platformView == null ||
_renderer
== null)