2 writes to _prototype
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ListViewRenderer.cs (2)
948
_prototype
= Platform.CreateRenderer(target);
1001
_prototype
= null;
6 references to _prototype
Microsoft.Maui.Controls.Compatibility (6)
iOS\Renderers\ListViewRenderer.cs (6)
947
if (
_prototype
== null)
950
_prototype
.SetElement(target);
952
Platform.SetRenderer(target,
_prototype
);
996
if (
_prototype
!= null)
998
var element =
_prototype
.Element;
1000
_prototype
?.Dispose();