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