3 writes to CanExecute
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (3)
56CanExecute = true; 211CanExecute = CommandHelpers.CanExecuteCommandSource(CommandParameter, this); 215CanExecute = true;
1 reference to CanExecute
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
236return base.IsEnabledCore && CanExecute;