6 references to CommandParameter
Microsoft.Maui.Controls (6)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
513
isEnabled = command.CanExecute(BackButtonBehavior?.
CommandParameter
);
Shell\BackButtonBehavior.cs (5)
10
/// <summary>Bindable property for <see cref="
CommandParameter
"/>.</summary>
12
BindableProperty.Create(nameof(
CommandParameter
), typeof(object), typeof(BackButtonBehavior), null, BindingMode.OneTime,
94
IsEnabledCore = Command.CanExecute(
CommandParameter
);
107
IsEnabledCore = Command.CanExecute(
CommandParameter
);
118
IsEnabledCore = Command.CanExecute(
CommandParameter
);