3 writes to CanExecute
PresentationFramework (3)
src\Framework\System\Windows\Controls\MenuItem.cs (3)
454
CanExecute
= MS.Internal.Commands.CommandHelpers.CanExecuteCommandSource(this);
458
CanExecute
= true;
464
CanExecute
= true;
2 references to CanExecute
PresentationFramework (2)
src\Framework\System\Windows\Controls\MenuItem.cs (2)
479
return base.IsEnabledCore &&
CanExecute
;
2764
if (value !=
CanExecute
)