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