16 references to _table
PresentationFramework (16)
System\Windows\Data\BindingGroup.cs (16)
1791_table.Add(new ProposedValueEntry(item, propertyName, rawValue, convertedValue, bindExpr)); 1800_table.RemoveAt(index); 1807if (_table.Count > 0) 1816_table.Remove(entry); 1822_table.Clear(); 1825public int Count { get { return _table.Count; } } 1833return (index < 0) ? null : _table[index]; 1840get { return _table[index]; } 1852for (int i=_table.Count-1; i >= 0; --i) 1854WeakReference itemWR = _table[i].ItemReference; 1865for (int i=_table.Count-1; i>=0; --i) 1867Collection<BindingExpressionBase> dependents = _table[i].Dependents; 1884for (int i=_table.Count-1; i>=0; --i) 1886if (validationError == _table[i].ValidationError) 1895for (int i=_table.Count-1; i >= 0; --i) 1897ProposedValueEntry entry = _table[i];