16 references to _table
PresentationFramework (16)
System\Windows\Data\BindingGroup.cs (16)
1791
_table
.Add(new ProposedValueEntry(item, propertyName, rawValue, convertedValue, bindExpr));
1800
_table
.RemoveAt(index);
1807
if (
_table
.Count > 0)
1816
_table
.Remove(entry);
1822
_table
.Clear();
1825
public int Count { get { return
_table
.Count; } }
1833
return (index < 0) ? null :
_table
[index];
1840
get { return
_table
[index]; }
1852
for (int i=
_table
.Count-1; i >= 0; --i)
1854
WeakReference itemWR =
_table
[i].ItemReference;
1865
for (int i=
_table
.Count-1; i>=0; --i)
1867
Collection<BindingExpressionBase> dependents =
_table
[i].Dependents;
1884
for (int i=
_table
.Count-1; i>=0; --i)
1886
if (validationError ==
_table
[i].ValidationError)
1895
for (int i=
_table
.Count-1; i >= 0; --i)
1897
ProposedValueEntry entry =
_table
[i];