4 references to Command
Microsoft.Maui.Controls (4)
Command.cs (3)
12
:
base
(o =>
80
public Command(Action execute) :
this
(o => execute())
87
public Command(Action<object> execute, Func<object, bool> canExecute) :
this
(execute)
IndicatorView\IndicatorStackLayout.cs (1)
25
Command = new
Command
(sender => _indicatorView.Position = Children.IndexOf(sender)),