2 instantiations of GetValueTableEntry
PresentationFramework (2)
System\Windows\Data\BindingGroup.cs (2)
1605_table.Add(new GetValueTableEntry(bindingExpressionBase)); 1617_table.Add(new GetValueTableEntry(bindingExpression));
13 references to GetValueTableEntry
PresentationFramework (13)
System\Windows\Data\BindingGroup.cs (13)
491GetValueTableEntry entry = _getValueTable[item, propertyName]; 1371GetValueTableEntry entry; 1563public GetValueTableEntry this[object item, string propertyName] 1569GetValueTableEntry entry = _table[i]; 1582public GetValueTableEntry this[BindingExpressionBase bindingExpressionBase] 1588GetValueTableEntry entry = _table[i]; 1602GetValueTableEntry entry = this[bindingExpressionBase]; 1612GetValueTableEntry entry = this[bindingExpression]; 1665GetValueTableEntry entry = this[bindingExpressionBase]; 1672GetValueTableEntry entry = this[bindingExpressionBase]; 1701public GetValueTableEntry GetFirstEntry() 1706private Collection<GetValueTableEntry> _table = new Collection<GetValueTableEntry>();