1 write to _canExecute
Microsoft.Maui.Controls (1)
Command.cs (1)
92 _canExecute = canExecute;
2 references to _canExecute
Microsoft.Maui.Controls (2)
Command.cs (2)
107 if (_canExecute != null) 108 return _canExecute(parameter);