16 references to _table
PresentationFramework (16)
System\Windows\Data\BindingGroup.cs (16)
1801_table.Add(new ProposedValueEntry(item, propertyName, rawValue, convertedValue, bindExpr)); 1810_table.RemoveAt(index); 1817if (_table.Count > 0) 1826_table.Remove(entry); 1832_table.Clear(); 1835public int Count { get { return _table.Count; } } 1843return (index < 0) ? null : _table[index]; 1850get { return _table[index]; } 1862for (int i=_table.Count-1; i >= 0; --i) 1864WeakReference itemWR = _table[i].ItemReference; 1875for (int i=_table.Count-1; i>=0; --i) 1877Collection<BindingExpressionBase> dependents = _table[i].Dependents; 1894for (int i=_table.Count-1; i>=0; --i) 1896if (validationError == _table[i].ValidationError) 1905for (int i=_table.Count-1; i >= 0; --i) 1907ProposedValueEntry entry = _table[i];