2 writes to CanExecute
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (2)
321CanExecute = MS.Internal.Commands.CommandHelpers.CanExecuteCommandSource(this); 325CanExecute = true;
2 references to CanExecute
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (2)
340return base.IsEnabledCore && CanExecute; 762if (value != CanExecute)