2 implementations of Execute
Microsoft.Maui.Controls (1)
Command.cs (1)
120
public void
Execute
(object parameter)
PresentationCore (1)
System\Windows\Input\Command\RoutedCommand.cs (1)
79
void ICommand.
Execute
(object parameter)
41 references to Execute
Microsoft.Maui.Controls (31)
Button\ButtonElement.cs (1)
39
ButtonElementManager.Command?.
Execute
(ButtonElementManager.CommandParameter);
Cells\TextCell.cs (1)
104
Command?.
Execute
(CommandParameter);
ClickGestureRecognizer.cs (1)
66
cmd.
Execute
(parameter);
DragAndDrop\DragGestureRecognizer.cs (2)
107
DropCompletedCommand?.
Execute
(DropCompletedCommandParameter);
115
DragStartingCommand?.
Execute
(DragStartingCommandParameter);
DragAndDrop\DropGestureRecognizer.cs (3)
96
DragOverCommand?.
Execute
(DragOverCommandParameter);
102
DragLeaveCommand?.
Execute
(DragLeaveCommandParameter);
111
DropCommand?.
Execute
(DropCommandParameter);
Entry\Entry.cs (1)
184
ReturnCommand.
Execute
(ReturnCommandParameter);
Items\CarouselView.cs (2)
143
command.
Execute
(commandParameter);
255
command.
Execute
(commandParameter);
Items\ItemsView.cs (1)
176
RemainingItemsThresholdReachedCommand?.
Execute
(RemainingItemsThresholdReachedCommandParameter);
Items\SelectableItemsView.cs (1)
162
command.
Execute
(commandParameter);
ListView\ListView.cs (1)
365
command?.
Execute
(null);
Menu\MenuItem.cs (1)
112
Command?.
Execute
(CommandParameter);
PointerGestureRecognizer.cs (5)
193
cmd.
Execute
(PointerEnteredCommandParameter);
206
cmd.
Execute
(PointerExitedCommandParameter);
219
cmd.
Execute
(PointerMovedCommandParameter);
232
cmd.
Execute
(PointerPressedCommandParameter);
245
cmd.
Execute
(PointerReleasedCommandParameter);
RefreshView\RefreshView.cs (1)
44
refreshView.Command?.
Execute
(refreshView.CommandParameter);
SearchBar\SearchBar.cs (1)
137
cmd?.
Execute
(SearchCommandParameter);
Shell\SearchHandler.cs (2)
586
command.
Execute
(commandParameter);
604
command.
Execute
(commandParameter);
Shell\Shell.cs (1)
1528
command.
Execute
(commandParameter);
Slider\Slider.cs (2)
156
DragStartedCommand?.
Execute
(null);
165
DragCompletedCommand?.
Execute
(null);
SwipeGestureRecognizer.cs (1)
119
cmd.
Execute
(CommandParameter);
SwipeView\SwipeItem.cs (1)
40
Command.
Execute
(CommandParameter);
SwipeView\SwipeItemView.cs (1)
42
Command.
Execute
(CommandParameter);
TapGestureRecognizer.cs (1)
60
cmd.
Execute
(CommandParameter);
PresentationCore (1)
System\Windows\Input\Command\CommandManager.cs (1)
417
command.
Execute
(parameter);
PresentationFramework (3)
MS\Internal\Commands\CommandHelpers.cs (2)
169
command.
Execute
(parameter);
186
command.
Execute
(parameter);
System\Windows\Shell\ThumbButtonInfo.cs (1)
270
command.
Execute
(parameter);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Input\CommandHelpers.cs (1)
63
command.
Execute
(parameter);
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
180
/// Gets or sets the <see cref="Input.ICommand"/> whose <see cref="Input.ICommand.
Execute
(object?)"/>
1116
/// <see cref="Input.ICommand.
Execute
(object?)"/> if the context allows.
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
401
/// Gets or sets the <see cref="Input.ICommand"/> whose <see cref="Input.ICommand.
Execute
(object?)"/>
2714
/// <see cref="Input.ICommand.
Execute
(object?)"/> if the context allows.
System\Windows\Forms\DataBinding\ICommandBindingTargetProvider.cs (1)
86
commandComponent.Command?.
Execute
(commandComponent.CommandParameter);