3 references to ContainerView
Microsoft.Maui (3)
Handlers\View\ViewHandler.cs (3)
137
/// Constructs the <see cref="
ContainerView
"/> and adds <see cref="PlatformView"/> to a container.
143
/// Deconstructs the <see cref="
ContainerView
"/> and removes <see cref="PlatformView"/> from its container.
154
object? IViewHandler.ContainerView =>
ContainerView
;