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