5 references to UpdateConstraints
Microsoft.Maui.Controls.Compatibility (5)
iOS\CollectionView\CarouselViewRenderer.cs (1)
50 (Controller.Layout as CarouselViewLayout)?.UpdateConstraints(Frame.Size);
iOS\CollectionView\ItemsViewController.cs (2)
174 ItemsViewLayout.UpdateConstraints(CollectionView.Bounds.Size); 178 ItemsViewLayout.UpdateConstraints(new CGSize(itemsViewWidth, itemsViewHeight));
iOS\CollectionView\ItemsViewLayout.cs (2)
565 UpdateConstraints(CollectionView.AdjustedContentInset.InsetRect(newBounds).Size); 569 UpdateConstraints(CollectionView.Bounds.Size);