16 references to _table
PresentationFramework (16)
src\Framework\System\Windows\Data\BindingGroup.cs (16)
1829_table.Add(new ProposedValueEntry(item, propertyName, rawValue, convertedValue, bindExpr)); 1838_table.RemoveAt(index); 1845if (_table.Count > 0) 1854_table.Remove(entry); 1860_table.Clear(); 1863public int Count { get { return _table.Count; } } 1871return (index < 0) ? null : _table[index]; 1878get { return _table[index]; } 1890for (int i=_table.Count-1; i >= 0; --i) 1892WeakReference itemWR = _table[i].ItemReference; 1903for (int i=_table.Count-1; i>=0; --i) 1905Collection<BindingExpressionBase> dependents = _table[i].Dependents; 1922for (int i=_table.Count-1; i>=0; --i) 1924if (validationError == _table[i].ValidationError) 1933for (int i=_table.Count-1; i >= 0; --i) 1935ProposedValueEntry entry = _table[i];