2 writes to _source
PresentationCore (2)
System\Windows\Input\Command\CanExecuteChangedEventManager.cs (2)
365
_source
= new WeakReference(source);
435
_source
= null;
8 references to _source
PresentationCore (8)
System\Windows\Input\Command\CanExecuteChangedEventManager.cs (8)
403
return
_source
== null || !
_source
.IsAlive
415
return (
_source
!= null && (ICommand)
_source
.Target == source) &&
421
if (
_source
!= null)
423
ICommand source = (ICommand)
_source
.Target;
444
if (
_source
== null)
456
sender =
_source
.Target;