2 overrides of IsEnabledCore
PresentationFramework (2)
System\Windows\Documents\FlowDocument.cs (1)
852protected override bool IsEnabledCore
System\Windows\Documents\Hyperlink.cs (1)
250protected override bool IsEnabledCore
3 references to IsEnabledCore
PresentationCore (1)
System\Windows\ContentElement.cs (1)
679return BooleanBoxes.Box(ce.IsEnabledCore);
PresentationFramework (2)
System\Windows\Documents\FlowDocument.cs (1)
856if (!base.IsEnabledCore)
System\Windows\Documents\Hyperlink.cs (1)
254return base.IsEnabledCore && CanExecute;