16 references to _table
PresentationFramework (16)
System\Windows\Data\BindingGroup.cs (16)
1800_table.Add(new ProposedValueEntry(item, propertyName, rawValue, convertedValue, bindExpr)); 1809_table.RemoveAt(index); 1816if (_table.Count > 0) 1825_table.Remove(entry); 1831_table.Clear(); 1834public int Count { get { return _table.Count; } } 1842return (index < 0) ? null : _table[index]; 1849get { return _table[index]; } 1861for (int i=_table.Count-1; i >= 0; --i) 1863WeakReference itemWR = _table[i].ItemReference; 1874for (int i=_table.Count-1; i>=0; --i) 1876Collection<BindingExpressionBase> dependents = _table[i].Dependents; 1893for (int i=_table.Count-1; i>=0; --i) 1895if (validationError == _table[i].ValidationError) 1904for (int i=_table.Count-1; i >= 0; --i) 1906ProposedValueEntry entry = _table[i];