3 references to UpdateConstraints
Microsoft.Maui.Controls (3)
Handlers\Items\CarouselViewHandler.iOS.cs (1)
50 (handler.Controller.Layout as CarouselViewLayout)?.UpdateConstraints(handler.PlatformView.Frame.Size);
Handlers\Items\iOS\ItemsViewController.cs (1)
287 ItemsViewLayout.UpdateConstraints(constrainedSize);
Handlers\Items\iOS\ItemsViewLayout.cs (1)
601 return UpdateConstraints(CollectionView.AdjustedContentInset.InsetRect(newBounds).Size);