2 writes to CanExecute
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
2923CanExecute = CommandHelpers.CanExecuteCommandSource(CommandParameter, this); 2927CanExecute = true;
1 reference to CanExecute
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2948return base.IsEnabledCore && CanExecute;