2 writes to _source
PresentationFramework (2)
MS\Internal\Data\ValueChangedEventManager.cs (2)
399
_source
= source;
492
_source
= null;
2 references to _source
PresentationFramework (2)
MS\Internal\Data\ValueChangedEventManager.cs (2)
489
if (
_source
!= null)
491
_pd.RemoveValueChanged(
_source
, new EventHandler(OnValueChanged));