2 writes to CanExecute
PresentationFramework (2)
src\Framework\System\Windows\Documents\Hyperlink.cs (2)
213
CanExecute
= MS.Internal.Commands.CommandHelpers.CanExecuteCommandSource(this);
217
CanExecute
= true;
1 reference to CanExecute
PresentationFramework (1)
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
256
return base.IsEnabledCore &&
CanExecute
;