5 overrides of IsEnabledCore
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (1)
461
protected override bool
IsEnabledCore
System\Windows\Controls\Primitives\ButtonBase.cs (1)
329
protected override bool
IsEnabledCore
System\Windows\Controls\Primitives\ScrollBar.cs (1)
190
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)
231
protected override bool
IsEnabledCore
6 references to IsEnabledCore
PresentationCore (1)
System\Windows\UIElement.cs (1)
3638
return BooleanBoxes.Box(uie.
IsEnabledCore
);
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (1)
465
return base.
IsEnabledCore
&& CanExecute;
System\Windows\Controls\Primitives\ButtonBase.cs (1)
333
return base.
IsEnabledCore
&& CanExecute;
System\Windows\Controls\Primitives\ScrollBar.cs (1)
194
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)
235
return base.
IsEnabledCore
&& CanExecute;