2 instantiations of GetValueTableEntry
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingGroup.cs (2)
1634_table.Add(new GetValueTableEntry(bindingExpressionBase)); 1646_table.Add(new GetValueTableEntry(bindingExpression));
13 references to GetValueTableEntry
PresentationFramework (13)
src\Framework\System\Windows\Data\BindingGroup.cs (13)
505GetValueTableEntry entry = _getValueTable[item, propertyName]; 1402GetValueTableEntry entry; 1592public GetValueTableEntry this[object item, string propertyName] 1598GetValueTableEntry entry = _table[i]; 1611public GetValueTableEntry this[BindingExpressionBase bindingExpressionBase] 1617GetValueTableEntry entry = _table[i]; 1631GetValueTableEntry entry = this[bindingExpressionBase]; 1641GetValueTableEntry entry = this[bindingExpression]; 1694GetValueTableEntry entry = this[bindingExpressionBase]; 1701GetValueTableEntry entry = this[bindingExpressionBase]; 1730public GetValueTableEntry GetFirstEntry() 1735Collection<GetValueTableEntry> _table = new Collection<GetValueTableEntry>();