1 write to _longPressGestureDetector
Microsoft.Maui.Controls.Compatibility (1)
Android\Cells\ViewCellRenderer.cs (1)
114
_longPressGestureDetector
= new GestureDetector(Context, new LongPressGestureListener(TriggerLongClick));
3 references to _longPressGestureDetector
Microsoft.Maui.Controls.Compatibility (3)
Android\Cells\ViewCellRenderer.cs (3)
109
if (
_longPressGestureDetector
!= null)
111
return
_longPressGestureDetector
;
115
return
_longPressGestureDetector
;