5 references to GetCanExecute
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
467 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)
121 protected override bool IsEnabledCore => base.IsEnabledCore && CommandElement.GetCanExecute(this);
SearchBar\SearchBar.cs (1)
133 base.IsEnabledCore && CommandElement.GetCanExecute(this);