2 references to PointerReleasedCommandProperty
Microsoft.Maui.Controls (2)
PointerGestureRecognizer.cs (2)
173
get { return (ICommand)GetValue(
PointerReleasedCommandProperty
); }
174
set { SetValue(
PointerReleasedCommandProperty
, value); }