2 writes to _source
PresentationCore (2)
System\Windows\Input\Command\CanExecuteChangedEventManager.cs (2)
369
_source
= new WeakReference(source);
439
_source
= null;
8 references to _source
PresentationCore (8)
System\Windows\Input\Command\CanExecuteChangedEventManager.cs (8)
407
return
_source
== null || !
_source
.IsAlive
419
return (
_source
!= null && (ICommand)
_source
.Target == source) &&
425
if (
_source
!= null)
427
ICommand source = (ICommand)
_source
.Target;
448
if (
_source
== null)
460
sender =
_source
.Target;