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)
1971
public Collection<BindingExpressionBase> Dependents { get { return
_dependents
; } }
1975
if (
_dependents
== null)
1979
_dependents
.Add(dependent);