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