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