2 instantiations of GetValueTableEntry
PresentationFramework (2)
System\Windows\Data\BindingGroup.cs (2)
1606
_table.Add(new
GetValueTableEntry
(bindingExpressionBase));
1618
_table.Add(new
GetValueTableEntry
(bindingExpression));
13 references to GetValueTableEntry
PresentationFramework (13)
System\Windows\Data\BindingGroup.cs (13)
492
GetValueTableEntry
entry = _getValueTable[item, propertyName];
1372
GetValueTableEntry
entry;
1564
public
GetValueTableEntry
this[object item, string propertyName]
1570
GetValueTableEntry
entry = _table[i];
1583
public
GetValueTableEntry
this[BindingExpressionBase bindingExpressionBase]
1589
GetValueTableEntry
entry = _table[i];
1603
GetValueTableEntry
entry = this[bindingExpressionBase];
1613
GetValueTableEntry
entry = this[bindingExpression];
1666
GetValueTableEntry
entry = this[bindingExpressionBase];
1673
GetValueTableEntry
entry = this[bindingExpressionBase];
1702
public
GetValueTableEntry
GetFirstEntry()
1707
Collection<
GetValueTableEntry
> _table = new Collection<
GetValueTableEntry
>();