16 references to _table
PresentationFramework (16)
System\Windows\Data\BindingGroup.cs (16)
1797_table.Add(new ProposedValueEntry(item, propertyName, rawValue, convertedValue, bindExpr)); 1806_table.RemoveAt(index); 1813if (_table.Count > 0) 1822_table.Remove(entry); 1828_table.Clear(); 1831public int Count { get { return _table.Count; } } 1839return (index < 0) ? null : _table[index]; 1846get { return _table[index]; } 1858for (int i=_table.Count-1; i >= 0; --i) 1860WeakReference itemWR = _table[i].ItemReference; 1871for (int i=_table.Count-1; i>=0; --i) 1873Collection<BindingExpressionBase> dependents = _table[i].Dependents; 1890for (int i=_table.Count-1; i>=0; --i) 1892if (validationError == _table[i].ValidationError) 1901for (int i=_table.Count-1; i >= 0; --i) 1903ProposedValueEntry entry = _table[i];