2 writes to CanExecute
PresentationFramework (2)
System\Windows\Controls\Primitives\ButtonBase.cs (2)
314CanExecute = MS.Internal.Commands.CommandHelpers.CanExecuteCommandSource(this); 318CanExecute = true;
2 references to CanExecute
PresentationFramework (2)
System\Windows\Controls\Primitives\ButtonBase.cs (2)
333return base.IsEnabledCore && CanExecute; 756if (value != CanExecute)