2 references to CommandProperty
Microsoft.Maui.Controls (2)
SwipeView\SwipeItemView.cs (2)
24
get => (ICommand)GetValue(
CommandProperty
);
25
set => SetValue(
CommandProperty
, value);