1 write to _dependents
PresentationFramework (1)
System\Windows\Data\BindingGroup.cs (1)
1941_dependents = new Collection<BindingExpressionBase>();
3 references to _dependents
PresentationFramework (3)
System\Windows\Data\BindingGroup.cs (3)
1935public Collection<BindingExpressionBase> Dependents { get { return _dependents; } } 1939if (_dependents == null) 1943_dependents.Add(dependent);