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