2 instantiations of GetValueTableEntry
PresentationFramework (2)
System\Windows\Data\BindingGroup.cs (2)
1627_table.Add(new GetValueTableEntry(bindingExpressionBase)); 1639_table.Add(new GetValueTableEntry(bindingExpression));
13 references to GetValueTableEntry
PresentationFramework (13)
System\Windows\Data\BindingGroup.cs (13)
498GetValueTableEntry entry = _getValueTable[item, propertyName]; 1395GetValueTableEntry entry; 1585public GetValueTableEntry this[object item, string propertyName] 1591GetValueTableEntry entry = _table[i]; 1604public GetValueTableEntry this[BindingExpressionBase bindingExpressionBase] 1610GetValueTableEntry entry = _table[i]; 1624GetValueTableEntry entry = this[bindingExpressionBase]; 1634GetValueTableEntry entry = this[bindingExpression]; 1687GetValueTableEntry entry = this[bindingExpressionBase]; 1694GetValueTableEntry entry = this[bindingExpressionBase]; 1723public GetValueTableEntry GetFirstEntry() 1728Collection<GetValueTableEntry> _table = new Collection<GetValueTableEntry>();