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