1 implementation of HasContainer
Microsoft.Maui (1)
Handlers\View\ViewHandler.cs (1)
111 public bool HasContainer
2 writes to HasContainer
Microsoft.Maui (2)
Handlers\View\ViewHandler.cs (2)
422 handler.HasContainer = viewHandler.NeedsContainer; 424 handler.HasContainer = view.NeedsContainer();
4 references to HasContainer
Microsoft.Maui (4)
Handlers\View\ViewHandler.cs (4)
298 if (handler.HasContainer) 344 if (handler.HasContainer) 419 bool hasContainerOldValue = handler.HasContainer; 426 if (hasContainerOldValue != handler.HasContainer)