4 references to LayoutAttributesChanged
Microsoft.Maui.Controls (4)
Handlers\Items\iOS\ItemsViewController.cs (3)
377 cell.LayoutAttributesChanged -= CellLayoutAttributesChanged; 386 measurementCell.LayoutAttributesChanged -= CellLayoutAttributesChanged; 395 cell.LayoutAttributesChanged += CellLayoutAttributesChanged;
Handlers\Items\iOS\TemplatedCell.cs (1)
311 _weakEventManager.HandleEvent(this, new LayoutAttributesChangedEventArgs(newAttributes), nameof(LayoutAttributesChanged));