1 write to _tapGestureDetector
Microsoft.Maui.Controls.Compatibility (1)
Android\Cells\ViewCellRenderer.cs (1)
100
_tapGestureDetector
= new GestureDetector(Context, new TapGestureListener(TriggerClick));
3 references to _tapGestureDetector
Microsoft.Maui.Controls.Compatibility (3)
Android\Cells\ViewCellRenderer.cs (3)
95
if (
_tapGestureDetector
!= null)
97
return
_tapGestureDetector
;
101
return
_tapGestureDetector
;