1 implementation of HasContainer
Microsoft.Maui (1)
Handlers\View\ViewHandler.cs (1)
110 public bool HasContainer
2 writes to HasContainer
Microsoft.Maui (2)
Handlers\View\ViewHandler.cs (2)
421 handler.HasContainer = viewHandler.NeedsContainer; 423 handler.HasContainer = view.NeedsContainer();
4 references to HasContainer
Microsoft.Maui (4)
Handlers\View\ViewHandler.cs (4)
297 if (handler.HasContainer) 343 if (handler.HasContainer) 418 bool hasContainerOldValue = handler.HasContainer; 425 if (hasContainerOldValue != handler.HasContainer)