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