5 implementations of ContainerView
Microsoft.Maui.Controls (5)
Compatibility\Handlers\FlyoutPage\iOS\PhoneFlyoutPageRenderer.cs (1)
821 UIView IPlatformViewHandler.ContainerView => null;
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (1)
1795 UIView IPlatformViewHandler.ContainerView => null;
Compatibility\Handlers\Shell\iOS\ShellRenderer.cs (1)
391 UIView IPlatformViewHandler.ContainerView => null;
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (1)
553 UIView IPlatformViewHandler.ContainerView => null;
Compatibility\Handlers\VisualElementRenderer.cs (1)
239 PlatformView? IPlatformViewHandler.ContainerView => this;
6 references to ContainerView
Microsoft.Maui (5)
Platform\ViewExtensions.cs (5)
123 return pvh.PlatformView == platformView || pvh.ContainerView == platformView; 136 if (platformViewHandler.ContainerView is IUIViewLifeCycleEvents) 137 return platformViewHandler.ContainerView.OnUnloaded(action); 155 if (platformViewHandler.ContainerView is IUIViewLifeCycleEvents) 156 return platformViewHandler.ContainerView.OnLoaded(action);
Microsoft.Maui.Controls (1)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (1)
2066 (_child.ContainerView ?? _child.PlatformView).RemoveFromSuperview();