3 writes to CanExecute
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (3)
58CanExecute = true; 213CanExecute = CommandHelpers.CanExecuteCommandSource(CommandParameter, this); 217CanExecute = true;
1 reference to CanExecute
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
238return base.IsEnabledCore && CanExecute;