1 write to _collectionChangedHandler
Microsoft.Maui.Controls.Compatibility (1)
iOS\EventTracker.cs (1)
51 _collectionChangedHandler = ModelGestureRecognizersOnCollectionChanged;
3 references to _collectionChangedHandler
Microsoft.Maui.Controls.Compatibility (3)
iOS\EventTracker.cs (3)
69 ElementGestureRecognizers.CollectionChanged -= _collectionChangedHandler; 700 oldRecognizers.CollectionChanged -= _collectionChangedHandler; 709 ElementGestureRecognizers.CollectionChanged += _collectionChangedHandler;