4 references to LayoutAttributesChanged
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\ItemsViewController.cs (3)
252
cell.
LayoutAttributesChanged
-= CellLayoutAttributesChanged;
261
measurementCell.
LayoutAttributesChanged
-= CellLayoutAttributesChanged;
270
cell.
LayoutAttributesChanged
+= CellLayoutAttributesChanged;
iOS\CollectionView\TemplatedCell.cs (1)
270
LayoutAttributesChanged
?.Invoke(this, new LayoutAttributesChangedEventArgs(newAttributes));