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