7 references to LayoutChanged
Microsoft.Maui (1)
Platform\iOS\MauiView.cs (1)
208 LayoutChanged?.Invoke(this, EventArgs.Empty);
Microsoft.Maui.Controls (6)
Handlers\Items\iOS\StructuredItemsViewController.cs (6)
45 hv.LayoutChanged -= HeaderViewLayoutChanged; 50 fv.LayoutChanged -= FooterViewLayoutChanged; 130 mvPrevious.LayoutChanged -= FooterViewLayoutChanged; 139 mv.LayoutChanged += FooterViewLayoutChanged; 147 mvPrevious.LayoutChanged -= HeaderViewLayoutChanged; 156 mv.LayoutChanged += HeaderViewLayoutChanged;