2 references to PointerPressedCommandProperty
Microsoft.Maui.Controls (2)
PointerGestureRecognizer.cs (2)
155
get { return (ICommand)GetValue(
PointerPressedCommandProperty
); }
156
set { SetValue(
PointerPressedCommandProperty
, value); }