2 references to TouchPointsProperty
Microsoft.Maui.Controls (2)
PanGestureRecognizer.cs (2)
20
get { return (int)GetValue(
TouchPointsProperty
); }
21
set { SetValue(
TouchPointsProperty
, value); }