2 instantiations of GetValueTableEntry
PresentationFramework (2)
System\Windows\Data\BindingGroup.cs (2)
1599
_table.Add(new
GetValueTableEntry
(bindingExpressionBase));
1611
_table.Add(new
GetValueTableEntry
(bindingExpression));
13 references to GetValueTableEntry
PresentationFramework (13)
System\Windows\Data\BindingGroup.cs (13)
491
GetValueTableEntry
entry = _getValueTable[item, propertyName];
1365
GetValueTableEntry
entry;
1557
public
GetValueTableEntry
this[object item, string propertyName]
1563
GetValueTableEntry
entry = _table[i];
1576
public
GetValueTableEntry
this[BindingExpressionBase bindingExpressionBase]
1582
GetValueTableEntry
entry = _table[i];
1596
GetValueTableEntry
entry = this[bindingExpressionBase];
1606
GetValueTableEntry
entry = this[bindingExpression];
1659
GetValueTableEntry
entry = this[bindingExpressionBase];
1666
GetValueTableEntry
entry = this[bindingExpressionBase];
1692
public
GetValueTableEntry
GetFirstEntry()
1697
private Collection<
GetValueTableEntry
> _table = new Collection<
GetValueTableEntry
>();