2 instantiations of GetValueTableEntry
PresentationFramework (2)
System\Windows\Data\BindingGroup.cs (2)
1632
_table.Add(new
GetValueTableEntry
(bindingExpressionBase));
1644
_table.Add(new
GetValueTableEntry
(bindingExpression));
13 references to GetValueTableEntry
PresentationFramework (13)
System\Windows\Data\BindingGroup.cs (13)
503
GetValueTableEntry
entry = _getValueTable[item, propertyName];
1400
GetValueTableEntry
entry;
1590
public
GetValueTableEntry
this[object item, string propertyName]
1596
GetValueTableEntry
entry = _table[i];
1609
public
GetValueTableEntry
this[BindingExpressionBase bindingExpressionBase]
1615
GetValueTableEntry
entry = _table[i];
1629
GetValueTableEntry
entry = this[bindingExpressionBase];
1639
GetValueTableEntry
entry = this[bindingExpression];
1692
GetValueTableEntry
entry = this[bindingExpressionBase];
1699
GetValueTableEntry
entry = this[bindingExpressionBase];
1728
public
GetValueTableEntry
GetFirstEntry()
1733
Collection<
GetValueTableEntry
> _table = new Collection<
GetValueTableEntry
>();