3 writes to CanExecute
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (3)
55CanExecute = true; 210CanExecute = CommandHelpers.CanExecuteCommandSource(CommandParameter, this); 214CanExecute = true;
1 reference to CanExecute
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
235return base.IsEnabledCore && CanExecute;