1 write to _collectionChangedHandler
Microsoft.Maui.Controls (1)
Platform\GestureManager\GesturePlatformManager.iOS.cs (1)
48 _collectionChangedHandler = GestureRecognizersOnCollectionChanged;
3 references to _collectionChangedHandler
Microsoft.Maui.Controls (3)
Platform\GestureManager\GesturePlatformManager.iOS.cs (3)
73 ElementGestureRecognizers.CollectionChanged -= _collectionChangedHandler; 810 oldRecognizers.CollectionChanged -= _collectionChangedHandler; 819 ElementGestureRecognizers.CollectionChanged += _collectionChangedHandler;