16 references to _table
PresentationFramework (16)
src\Framework\System\Windows\Data\BindingGroup.cs (16)
1829
_table
.Add(new ProposedValueEntry(item, propertyName, rawValue, convertedValue, bindExpr));
1838
_table
.RemoveAt(index);
1845
if (
_table
.Count > 0)
1854
_table
.Remove(entry);
1860
_table
.Clear();
1863
public int Count { get { return
_table
.Count; } }
1871
return (index < 0) ? null :
_table
[index];
1878
get { return
_table
[index]; }
1890
for (int i=
_table
.Count-1; i >= 0; --i)
1892
WeakReference itemWR =
_table
[i].ItemReference;
1903
for (int i=
_table
.Count-1; i>=0; --i)
1905
Collection<BindingExpressionBase> dependents =
_table
[i].Dependents;
1922
for (int i=
_table
.Count-1; i>=0; --i)
1924
if (validationError ==
_table
[i].ValidationError)
1933
for (int i=
_table
.Count-1; i >= 0; --i)
1935
ProposedValueEntry entry =
_table
[i];