2 references to NumberOfClicksRequired
Microsoft.Maui.Controls (2)
ClickGestureRecognizer.cs (2)
18 /// <summary>Bindable property for <see cref="NumberOfClicksRequired"/>.</summary> 19 public static readonly BindableProperty NumberOfClicksRequiredProperty = BindableProperty.Create(nameof(NumberOfClicksRequired), typeof(int), typeof(ClickGestureRecognizer), 1);