2 instantiations of GetValueTableEntry
PresentationFramework (2)
System\Windows\Data\BindingGroup.cs (2)
1599_table.Add(new GetValueTableEntry(bindingExpressionBase)); 1611_table.Add(new GetValueTableEntry(bindingExpression));
13 references to GetValueTableEntry
PresentationFramework (13)
System\Windows\Data\BindingGroup.cs (13)
491GetValueTableEntry entry = _getValueTable[item, propertyName]; 1365GetValueTableEntry entry; 1557public GetValueTableEntry this[object item, string propertyName] 1563GetValueTableEntry entry = _table[i]; 1576public GetValueTableEntry this[BindingExpressionBase bindingExpressionBase] 1582GetValueTableEntry entry = _table[i]; 1596GetValueTableEntry entry = this[bindingExpressionBase]; 1606GetValueTableEntry entry = this[bindingExpression]; 1659GetValueTableEntry entry = this[bindingExpressionBase]; 1666GetValueTableEntry entry = this[bindingExpressionBase]; 1692public GetValueTableEntry GetFirstEntry() 1697private Collection<GetValueTableEntry> _table = new Collection<GetValueTableEntry>();