Implemented interface member:
property
Tracker
Microsoft.Maui.Controls.Compatibility.Platform.Android.IVisualElementRenderer.Tracker
2 writes to Tracker
Microsoft.Maui.Controls.Compatibility (2)
Android\VisualElementRenderer.cs (2)
223 Tracker = null; 386 Tracker = tracker;
5 references to Tracker
Microsoft.Maui.Controls.Compatibility (5)
Android\VisualElementRenderer.cs (5)
126 Tracker?.UpdateLayout(); 170 if (AutoTrack && Tracker == null) 174 Tracker?.UpdateLayout(); 220 if (Tracker != null) 222 Tracker.Dispose();