5 implementations of CommandParameter
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
199
public object
CommandParameter
ImageButton\ImageButton.cs (1)
116
public object
CommandParameter
Menu\MenuItem.cs (1)
70
public object
CommandParameter
RefreshView\RefreshView.cs (1)
117
object ICommandElement.
CommandParameter
=> CommandParameter;
SearchBar\SearchBar.cs (1)
117
object ICommandElement.
CommandParameter
=> SearchCommandParameter;
4 references to CommandParameter
Microsoft.Maui.Controls (4)
Button\ButtonElement.cs (3)
18
/// The backing store for the <see cref="ICommandElement.
CommandParameter
" /> bindable property.
21
nameof(IButtonElement.
CommandParameter
), typeof(object), typeof(IButtonElement), null,
39
ButtonElementManager.Command?.Execute(ButtonElementManager.
CommandParameter
);
CommandElement.cs (1)
36
return commandElement.Command.CanExecute(commandElement.
CommandParameter
);