4 instantiations of TrackElement
Microsoft.Maui.Controls.Compatibility (4)
Android\Renderers\ListViewRenderer.cs (4)
690 new TrackElement(0), // Top view, bottom Y 691 new TrackElement(1), // Mid view, bottom Y 692 new TrackElement(2), // Mid view, top Y 693 new TrackElement(3) // Bottom view, top Y
3 references to TrackElement
Microsoft.Maui.Controls.Compatibility (3)
Android\Renderers\ListViewRenderer.cs (3)
688 readonly TrackElement[] _trackElements = 700 foreach (TrackElement t in _trackElements) 728 foreach (TrackElement t in _trackElements)