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