2 writes to _source
PresentationFramework (2)
src\Framework\MS\Internal\Data\ValueChangedEventManager.cs (2)
413
_source
= source;
506
_source
= null;
2 references to _source
PresentationFramework (2)
src\Framework\MS\Internal\Data\ValueChangedEventManager.cs (2)
503
if (
_source
!= null)
505
_pd.RemoveValueChanged(
_source
, new EventHandler(OnValueChanged));