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