2 writes to CanExecute
PresentationFramework (2)
System\Windows\Documents\Hyperlink.cs (2)
204
CanExecute
= MS.Internal.Commands.CommandHelpers.CanExecuteCommandSource(this);
208
CanExecute
= true;
1 reference to CanExecute
PresentationFramework (1)
System\Windows\Documents\Hyperlink.cs (1)
247
return base.IsEnabledCore &&
CanExecute
;