5 overrides of IsEnabledCore
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (1)
462
protected override bool
IsEnabledCore
System\Windows\Controls\Primitives\ButtonBase.cs (1)
330
protected override bool
IsEnabledCore
System\Windows\Controls\Primitives\ScrollBar.cs (1)
191
protected override bool
IsEnabledCore
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2942
protected override bool
IsEnabledCore
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
232
protected override bool
IsEnabledCore
6 references to IsEnabledCore
PresentationCore (1)
System\Windows\UIElement.cs (1)
3653
return BooleanBoxes.Box(uie.
IsEnabledCore
);
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (1)
466
return base.
IsEnabledCore
&& CanExecute;
System\Windows\Controls\Primitives\ButtonBase.cs (1)
334
return base.
IsEnabledCore
&& CanExecute;
System\Windows\Controls\Primitives\ScrollBar.cs (1)
195
return base.
IsEnabledCore
&& _canScroll;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2946
return base.
IsEnabledCore
&& CanExecute;
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
236
return base.
IsEnabledCore
&& CanExecute;