2 writes to _source
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\CanExecuteChangedEventManager.cs (2)
374
_source
= new WeakReference(source);
444
_source
= null;
8 references to _source
PresentationCore (8)
Core\CSharp\System\Windows\Input\Command\CanExecuteChangedEventManager.cs (8)
412
return
_source
== null || !
_source
.IsAlive
424
return (
_source
!= null && (ICommand)
_source
.Target == source) &&
430
if (
_source
!= null)
432
ICommand source = (ICommand)
_source
.Target;
453
if (
_source
== null)
465
sender =
_source
.Target;