3 writes to CanExecute
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (3)
441
CanExecute
= MS.Internal.Commands.CommandHelpers.CanExecuteCommandSource(this);
445
CanExecute
= true;
451
CanExecute
= true;
2 references to CanExecute
PresentationFramework (2)
System\Windows\Controls\MenuItem.cs (2)
466
return base.IsEnabledCore &&
CanExecute
;
2697
if (value !=
CanExecute
)