2 references to PointerMovedCommandProperty
Microsoft.Maui.Controls (2)
PointerGestureRecognizer.cs (2)
137
get { return (ICommand)GetValue(
PointerMovedCommandProperty
); }
138
set { SetValue(
PointerMovedCommandProperty
, value); }