2 references to PointerExitedCommandProperty
Microsoft.Maui.Controls (2)
PointerGestureRecognizer.cs (2)
119
get { return (ICommand)GetValue(
PointerExitedCommandProperty
); }
120
set { SetValue(
PointerExitedCommandProperty
, value); }