16 references to _table
PresentationFramework (16)
System\Windows\Data\BindingGroup.cs (16)
1801
_table
.Add(new ProposedValueEntry(item, propertyName, rawValue, convertedValue, bindExpr));
1810
_table
.RemoveAt(index);
1817
if (
_table
.Count > 0)
1826
_table
.Remove(entry);
1832
_table
.Clear();
1835
public int Count { get { return
_table
.Count; } }
1843
return (index < 0) ? null :
_table
[index];
1850
get { return
_table
[index]; }
1862
for (int i=
_table
.Count-1; i >= 0; --i)
1864
WeakReference itemWR =
_table
[i].ItemReference;
1875
for (int i=
_table
.Count-1; i>=0; --i)
1877
Collection<BindingExpressionBase> dependents =
_table
[i].Dependents;
1894
for (int i=
_table
.Count-1; i>=0; --i)
1896
if (validationError ==
_table
[i].ValidationError)
1905
for (int i=
_table
.Count-1; i >= 0; --i)
1907
ProposedValueEntry entry =
_table
[i];