12 references to ClearSubviews
Microsoft.Maui (8)
Handlers\Border\BorderHandler.iOS.cs (2)
24 platformView.ClearSubviews(); 46 platformView.ClearSubviews();
Handlers\ContentView\ContentViewHandler.iOS.cs (1)
36 handler.PlatformView.ClearSubviews();
Handlers\Layout\LayoutHandler.iOS.cs (3)
35 PlatformView.ClearSubviews(); 72 PlatformView.ClearSubviews(); 116 platformView.ClearSubviews();
Handlers\RadioButton\RadioButtonHandler.iOS.cs (1)
32 handler.PlatformView.ClearSubviews();
Handlers\SwipeItemView\SwipeItemViewHandler.iOS.cs (1)
32 PlatformView.ClearSubviews();
Microsoft.Maui.Controls (4)
Compatibility\Handlers\iOS\FrameRenderer.cs (1)
77 _actualView.ClearSubviews();
Compatibility\Handlers\iOS\VisualElementRenderer.cs (1)
21 viewGroup.ClearSubviews();
Compatibility\Handlers\ListView\iOS\ViewCellRenderer.cs (2)
173 ContentView.ClearSubviews(); 193 ContentView.ClearSubviews();