4 overrides of IsEnabledCore
Microsoft.Maui.Controls (4)
Button\Button.cs (1)
465
protected override bool
IsEnabledCore
=>
ImageButton\ImageButton.cs (1)
246
protected override bool
IsEnabledCore
=>
RefreshView\RefreshView.cs (1)
119
protected override bool
IsEnabledCore
=> base.IsEnabledCore && CommandElement.GetCanExecute(this);
SearchBar\SearchBar.cs (1)
119
protected override bool
IsEnabledCore
=>
6 references to IsEnabledCore
Microsoft.Maui.Controls (6)
Button\Button.cs (1)
466
base.
IsEnabledCore
&& CommandElement.GetCanExecute(this);
ImageButton\ImageButton.cs (1)
247
base.
IsEnabledCore
&& CommandElement.GetCanExecute(this);
RefreshView\RefreshView.cs (1)
119
protected override bool IsEnabledCore => base.
IsEnabledCore
&& CommandElement.GetCanExecute(this);
SearchBar\SearchBar.cs (1)
120
base.
IsEnabledCore
&& CommandElement.GetCanExecute(this);
VisualElement\VisualElement.cs (2)
1633
return visualElement.
IsEnabledCore
;
1734
/// the <see cref="
IsEnabledCore
"/> property will change.