2 writes to _platformView
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\UIContainerView.cs (2)
33
_platformView
= _view.ToPlatform();
153
_platformView
= null;
6 references to _platformView
Microsoft.Maui.Controls (6)
Compatibility\Handlers\Shell\iOS\UIContainerView.cs (6)
35
if (
_platformView
.Superview != this)
36
AddSubview(
_platformView
);
41
if (View == null ||
_platformView
== null || _renderer == null)
44
return
_platformView
.Superview == this;
149
if (
_platformView
.Superview == this)
150
_platformView
.RemoveFromSuperview();