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