3 references to NumberOfTapsRequired
Microsoft.Maui.Controls (3)
Platform\SemanticExtensions.cs (1)
13
if (gesture is TapGestureRecognizer tgr && tgr.
NumberOfTapsRequired
== 1)
TapGestureRecognizer.cs (2)
16
/// <summary>Bindable property for <see cref="
NumberOfTapsRequired
"/>.</summary>
17
public static readonly BindableProperty NumberOfTapsRequiredProperty = BindableProperty.Create(nameof(
NumberOfTapsRequired
), typeof(int), typeof(TapGestureRecognizer), 1);