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