16 references to _table
PresentationFramework (16)
System\Windows\Data\BindingGroup.cs (16)
1827
_table
.Add(new ProposedValueEntry(item, propertyName, rawValue, convertedValue, bindExpr));
1836
_table
.RemoveAt(index);
1843
if (
_table
.Count > 0)
1852
_table
.Remove(entry);
1858
_table
.Clear();
1861
public int Count { get { return
_table
.Count; } }
1869
return (index < 0) ? null :
_table
[index];
1876
get { return
_table
[index]; }
1888
for (int i=
_table
.Count-1; i >= 0; --i)
1890
WeakReference itemWR =
_table
[i].ItemReference;
1901
for (int i=
_table
.Count-1; i>=0; --i)
1903
Collection<BindingExpressionBase> dependents =
_table
[i].Dependents;
1920
for (int i=
_table
.Count-1; i>=0; --i)
1922
if (validationError ==
_table
[i].ValidationError)
1931
for (int i=
_table
.Count-1; i >= 0; --i)
1933
ProposedValueEntry entry =
_table
[i];