2 references to CommandParameterProperty
Microsoft.Maui.Controls (2)
SwipeGestureRecognizer.cs (2)
37
get { return GetValue(
CommandParameterProperty
); }
38
set { SetValue(
CommandParameterProperty
, value); }