3 references to RowsCollectionChanged
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\PickerRenderer.cs (3)
72
((INotifyCollectionChanged)e.OldElement.Items).CollectionChanged -=
RowsCollectionChanged
;
127
((INotifyCollectionChanged)e.NewElement.Items).CollectionChanged +=
RowsCollectionChanged
;
347
((INotifyCollectionChanged)Element.Items).CollectionChanged -=
RowsCollectionChanged
;