2 writes to _source
PresentationCore (2)
System\Windows\Input\Command\CanExecuteChangedEventManager.cs (2)
364
_source
= new WeakReference(source);
434
_source
= null;
8 references to _source
PresentationCore (8)
System\Windows\Input\Command\CanExecuteChangedEventManager.cs (8)
402
return
_source
== null || !
_source
.IsAlive
414
return (
_source
!= null && (ICommand)
_source
.Target == source) &&
420
if (
_source
!= null)
422
ICommand source = (ICommand)
_source
.Target;
443
if (
_source
== null)
455
sender =
_source
.Target;