3 implementations of CanExecuteChanged
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (1)
126public event EventHandler CanExecuteChanged
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\DelegateCommand.cs (1)
23public event EventHandler CanExecuteChanged;
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\DelegateCommand.cs (1)
23public event EventHandler CanExecuteChanged;
4 references to CanExecuteChanged
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\CanExecuteChangedEventManager.cs (2)
405source.CanExecuteChanged += _onCanExecuteChangedHandler; 441source.CanExecuteChanged -= _onCanExecuteChangedHandler;
System (2)
compmod\system\collections\specialized\marshalinghelpers.cs (2)
416_this.CanExecuteChanged += handler; 430_this.CanExecuteChanged -= handler;