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