2 writes to _tracker
Microsoft.Maui.Controls.Compatibility (2)
iOS\VisualElementRenderer.cs (2)
197
_tracker
= new VisualElementTracker(this);
297
_tracker
= null;
4 references to _tracker
Microsoft.Maui.Controls.Compatibility (4)
iOS\VisualElementRenderer.cs (4)
195
if (
_tracker
== null)
198
_tracker
.NativeControlUpdated += (sender, e) => UpdateNativeWidget();
294
if (
_tracker
!= null)
296
_tracker
.Dispose();