5 references to GetCanExecute
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
466 base.IsEnabledCore && CommandElement.GetCanExecute(this);
ImageButton\ImageButton.cs (1)
247 base.IsEnabledCore && CommandElement.GetCanExecute(this);
Menu\MenuItem.cs (1)
134 var canExecute = CommandElement.GetCanExecute(menuItem);
RefreshView\RefreshView.cs (1)
119 protected override bool IsEnabledCore => base.IsEnabledCore && CommandElement.GetCanExecute(this);
SearchBar\SearchBar.cs (1)
120 base.IsEnabledCore && CommandElement.GetCanExecute(this);