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