2 references to CommandProperty
Microsoft.Maui.Controls (2)
RefreshView\RefreshView.cs (2)
79
get { return (ICommand)GetValue(
CommandProperty
); }
80
set { SetValue(
CommandProperty
, value); }