5 overrides of IsEnabledCore
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (1)
472
protected override bool
IsEnabledCore
System\Windows\Controls\Primitives\ButtonBase.cs (1)
341
protected override bool
IsEnabledCore
System\Windows\Controls\Primitives\ScrollBar.cs (1)
207
protected override bool
IsEnabledCore
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2944
protected override bool
IsEnabledCore
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
234
protected override bool
IsEnabledCore
6 references to IsEnabledCore
PresentationCore (1)
System\Windows\UIElement.cs (1)
3658
return BooleanBoxes.Box(uie.
IsEnabledCore
);
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (1)
476
return base.
IsEnabledCore
&& CanExecute;
System\Windows\Controls\Primitives\ButtonBase.cs (1)
345
return base.
IsEnabledCore
&& CanExecute;
System\Windows\Controls\Primitives\ScrollBar.cs (1)
211
return base.
IsEnabledCore
&& _canScroll;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2948
return base.
IsEnabledCore
&& CanExecute;
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
238
return base.
IsEnabledCore
&& CanExecute;