2 instantiations of GetValueTableEntry
PresentationFramework (2)
System\Windows\Data\BindingGroup.cs (2)
1632_table.Add(new GetValueTableEntry(bindingExpressionBase)); 1644_table.Add(new GetValueTableEntry(bindingExpression));
13 references to GetValueTableEntry
PresentationFramework (13)
System\Windows\Data\BindingGroup.cs (13)
503GetValueTableEntry entry = _getValueTable[item, propertyName]; 1400GetValueTableEntry entry; 1590public GetValueTableEntry this[object item, string propertyName] 1596GetValueTableEntry entry = _table[i]; 1609public GetValueTableEntry this[BindingExpressionBase bindingExpressionBase] 1615GetValueTableEntry entry = _table[i]; 1629GetValueTableEntry entry = this[bindingExpressionBase]; 1639GetValueTableEntry entry = this[bindingExpression]; 1692GetValueTableEntry entry = this[bindingExpressionBase]; 1699GetValueTableEntry entry = this[bindingExpressionBase]; 1728public GetValueTableEntry GetFirstEntry() 1733Collection<GetValueTableEntry> _table = new Collection<GetValueTableEntry>();