2 writes to _tracker
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ScrollViewRenderer.cs (2)
79
_tracker
= new VisualElementTracker(this);
189
_tracker
= null;
3 references to _tracker
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\ScrollViewRenderer.cs (3)
80
_tracker
.NativeControlUpdated += OnNativeControlUpdated;
187
_tracker
.NativeControlUpdated -= OnNativeControlUpdated;
188
_tracker
.Dispose();