16 references to _table
PresentationFramework (16)
System\Windows\Data\BindingGroup.cs (16)
1822_table.Add(new ProposedValueEntry(item, propertyName, rawValue, convertedValue, bindExpr)); 1831_table.RemoveAt(index); 1838if (_table.Count > 0) 1847_table.Remove(entry); 1853_table.Clear(); 1856public int Count { get { return _table.Count; } } 1864return (index < 0) ? null : _table[index]; 1871get { return _table[index]; } 1883for (int i=_table.Count-1; i >= 0; --i) 1885WeakReference itemWR = _table[i].ItemReference; 1896for (int i=_table.Count-1; i>=0; --i) 1898Collection<BindingExpressionBase> dependents = _table[i].Dependents; 1915for (int i=_table.Count-1; i>=0; --i) 1917if (validationError == _table[i].ValidationError) 1926for (int i=_table.Count-1; i >= 0; --i) 1928ProposedValueEntry entry = _table[i];