2 instantiations of GetValueTableEntry
PresentationFramework (2)
System\Windows\Data\BindingGroup.cs (2)
1606_table.Add(new GetValueTableEntry(bindingExpressionBase)); 1618_table.Add(new GetValueTableEntry(bindingExpression));
13 references to GetValueTableEntry
PresentationFramework (13)
System\Windows\Data\BindingGroup.cs (13)
492GetValueTableEntry entry = _getValueTable[item, propertyName]; 1372GetValueTableEntry entry; 1564public GetValueTableEntry this[object item, string propertyName] 1570GetValueTableEntry entry = _table[i]; 1583public GetValueTableEntry this[BindingExpressionBase bindingExpressionBase] 1589GetValueTableEntry entry = _table[i]; 1603GetValueTableEntry entry = this[bindingExpressionBase]; 1613GetValueTableEntry entry = this[bindingExpression]; 1666GetValueTableEntry entry = this[bindingExpressionBase]; 1673GetValueTableEntry entry = this[bindingExpressionBase]; 1702public GetValueTableEntry GetFirstEntry() 1707Collection<GetValueTableEntry> _table = new Collection<GetValueTableEntry>();