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