3 writes to _longPressGestureRecognizer
Microsoft.Maui.Controls (3)
Handlers\Items\iOS\ReorderableItemsViewController.cs (3)
57 _longPressGestureRecognizer = null; 159 _longPressGestureRecognizer = new UILongPressGestureRecognizer(HandleLongPress); 169 _longPressGestureRecognizer = null;
8 references to _longPressGestureRecognizer
Microsoft.Maui.Controls (8)
Handlers\Items\iOS\ReorderableItemsViewController.cs (8)
53 if (_longPressGestureRecognizer != null) 55 CollectionView.RemoveGestureRecognizer(_longPressGestureRecognizer); 56 _longPressGestureRecognizer.Dispose(); 157 if (_longPressGestureRecognizer == null) 160 CollectionView.AddGestureRecognizer(_longPressGestureRecognizer); 165 if (_longPressGestureRecognizer != null) 167 CollectionView.RemoveGestureRecognizer(_longPressGestureRecognizer); 168 _longPressGestureRecognizer.Dispose();