3 writes to CanExecute
PresentationFramework (3)
src\Framework\System\Windows\Controls\MenuItem.cs (3)
454CanExecute = MS.Internal.Commands.CommandHelpers.CanExecuteCommandSource(this); 458CanExecute = true; 464CanExecute = true;
2 references to CanExecute
PresentationFramework (2)
src\Framework\System\Windows\Controls\MenuItem.cs (2)
479return base.IsEnabledCore && CanExecute; 2764if (value != CanExecute)