2 references to TouchPoints
Microsoft.Maui.Controls (2)
PanGestureRecognizer.cs (2)
14 /// <summary>Bindable property for <see cref="TouchPoints"/>.</summary> 15 public static readonly BindableProperty TouchPointsProperty = BindableProperty.Create(nameof(TouchPoints), typeof(int), typeof(PanGestureRecognizer), 1);