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