4 overrides of IsEnabledCore
Microsoft.Maui.Controls (4)
Button\Button.cs (1)
467
protected override bool
IsEnabledCore
=>
ImageButton\ImageButton.cs (1)
246
protected override bool
IsEnabledCore
=>
RefreshView\RefreshView.cs (1)
122
protected override bool
IsEnabledCore
=> base.IsEnabledCore && CommandElement.GetCanExecute(this);
SearchBar\SearchBar.cs (1)
122
protected override bool
IsEnabledCore
=>
6 references to IsEnabledCore
Microsoft.Maui.Controls (6)
Button\Button.cs (1)
468
base.
IsEnabledCore
&& CommandElement.GetCanExecute(this);
ImageButton\ImageButton.cs (1)
247
base.
IsEnabledCore
&& CommandElement.GetCanExecute(this);
RefreshView\RefreshView.cs (1)
122
protected override bool IsEnabledCore => base.
IsEnabledCore
&& CommandElement.GetCanExecute(this);
SearchBar\SearchBar.cs (1)
123
base.
IsEnabledCore
&& CommandElement.GetCanExecute(this);
VisualElement\VisualElement.cs (2)
1637
return visualElement.
IsEnabledCore
;
1738
/// the <see cref="
IsEnabledCore
"/> property will change.