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