16 references to _table
PresentationFramework (16)
System\Windows\Data\BindingGroup.cs (16)
1822
_table
.Add(new ProposedValueEntry(item, propertyName, rawValue, convertedValue, bindExpr));
1831
_table
.RemoveAt(index);
1838
if (
_table
.Count > 0)
1847
_table
.Remove(entry);
1853
_table
.Clear();
1856
public int Count { get { return
_table
.Count; } }
1864
return (index < 0) ? null :
_table
[index];
1871
get { return
_table
[index]; }
1883
for (int i=
_table
.Count-1; i >= 0; --i)
1885
WeakReference itemWR =
_table
[i].ItemReference;
1896
for (int i=
_table
.Count-1; i>=0; --i)
1898
Collection<BindingExpressionBase> dependents =
_table
[i].Dependents;
1915
for (int i=
_table
.Count-1; i>=0; --i)
1917
if (validationError ==
_table
[i].ValidationError)
1926
for (int i=
_table
.Count-1; i >= 0; --i)
1928
ProposedValueEntry entry =
_table
[i];