7 references to Command
Microsoft.Maui.Controls (7)
RefreshView\RefreshView.cs (7)
44
refreshView.
Command
?.Execute(refreshView.CommandParameter);
59
if (view.
Command
== null)
72
/// <summary>Bindable property for <see cref="
Command
"/>.</summary>
74
BindableProperty.Create(nameof(
Command
), typeof(ICommand), typeof(RefreshView),
118
ICommand ICommandElement.Command =>
Command
;
156
var debugText = DebuggerDisplayHelpers.GetDebugText(nameof(
Command
),
Command
, nameof(IsRefreshing), IsRefreshing, false);