2 references to RemoveAt
Microsoft.Maui (2)
Extensions\ArrayExtensions.cs (1)
38 return self.RemoveAt(self.IndexOf(item));
Handlers\Layout\LayoutHandler.iOS.cs (1)
138 PlatformView.Subviews.RemoveAt(currentIndex);