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