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