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