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