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