3 writes to CanExecute
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (3)
440CanExecute = MS.Internal.Commands.CommandHelpers.CanExecuteCommandSource(this); 444CanExecute = true; 450CanExecute = true;
2 references to CanExecute
PresentationFramework (2)
System\Windows\Controls\MenuItem.cs (2)
465return base.IsEnabledCore && CanExecute; 2685if (value != CanExecute)