2 overrides of IsEnabledCore
PresentationFramework (2)
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
860protected override bool IsEnabledCore
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
252protected override bool IsEnabledCore
3 references to IsEnabledCore
PresentationCore (1)
Core\CSharp\System\Windows\ContentElement.cs (1)
683return BooleanBoxes.Box(ce.IsEnabledCore);
PresentationFramework (2)
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
864if (!base.IsEnabledCore)
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
256return base.IsEnabledCore && CanExecute;