16 references to _table
PresentationFramework (16)
System\Windows\Data\BindingGroup.cs (16)
1800
_table
.Add(new ProposedValueEntry(item, propertyName, rawValue, convertedValue, bindExpr));
1809
_table
.RemoveAt(index);
1816
if (
_table
.Count > 0)
1825
_table
.Remove(entry);
1831
_table
.Clear();
1834
public int Count { get { return
_table
.Count; } }
1842
return (index < 0) ? null :
_table
[index];
1849
get { return
_table
[index]; }
1861
for (int i=
_table
.Count-1; i >= 0; --i)
1863
WeakReference itemWR =
_table
[i].ItemReference;
1874
for (int i=
_table
.Count-1; i>=0; --i)
1876
Collection<BindingExpressionBase> dependents =
_table
[i].Dependents;
1893
for (int i=
_table
.Count-1; i>=0; --i)
1895
if (validationError ==
_table
[i].ValidationError)
1904
for (int i=
_table
.Count-1; i >= 0; --i)
1906
ProposedValueEntry entry =
_table
[i];