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