16 references to _table
PresentationFramework (16)
System\Windows\Data\BindingGroup.cs (16)
1827_table.Add(new ProposedValueEntry(item, propertyName, rawValue, convertedValue, bindExpr)); 1836_table.RemoveAt(index); 1843if (_table.Count > 0) 1852_table.Remove(entry); 1858_table.Clear(); 1861public int Count { get { return _table.Count; } } 1869return (index < 0) ? null : _table[index]; 1876get { return _table[index]; } 1888for (int i=_table.Count-1; i >= 0; --i) 1890WeakReference itemWR = _table[i].ItemReference; 1901for (int i=_table.Count-1; i>=0; --i) 1903Collection<BindingExpressionBase> dependents = _table[i].Dependents; 1920for (int i=_table.Count-1; i>=0; --i) 1922if (validationError == _table[i].ValidationError) 1931for (int i=_table.Count-1; i >= 0; --i) 1933ProposedValueEntry entry = _table[i];