2 instantiations of WrapperView
Microsoft.Maui (1)
Handlers\View\ViewHandlerOfT.iOS.cs (1)
32 ContainerView ??= new WrapperView(PlatformView.Bounds);
Microsoft.Maui.Controls (1)
Handlers\Shell\Tizen\ShellView.cs (1)
222 _backdropView = new WrapperView()
12 references to WrapperView
Microsoft.Maui (11)
Handlers\Button\ButtonHandler.iOS.cs (1)
31 if (ContainerView is WrapperView wrapperView)
Handlers\ImageButton\ImageButtonHandler.iOS.cs (1)
17 if (ContainerView is WrapperView wrapperView)
Handlers\View\ViewHandler.cs (1)
508 if (handler.ContainerView is WrapperView wrapper)
Handlers\View\ViewHandlerOfT.iOS.cs (3)
8 public new WrapperView? ContainerView 10 get => (WrapperView?)base.ContainerView; 63 if (containerView is WrapperView wrapperView)
Handlers\ViewHandlerExtensions.iOS.cs (1)
92 else if (platformView is WrapperView wrapper)
Platform\iOS\ContainerViewController.cs (1)
72 platformView = platformView.Superview as WrapperView ?? platformView;
Platform\iOS\GeneralWrapperView.cs (1)
43 if (nativeView is WrapperView)
Platform\iOS\ViewExtensions.cs (2)
208 if (platformView is WrapperView wrapper) 226 if (platformView is WrapperView wrapperView)
Microsoft.Maui.Controls (1)
Handlers\Shell\Tizen\ShellView.cs (1)
43 WrapperView? _backdropView;