2 instantiations of GetValueTableEntry
PresentationFramework (2)
System\Windows\Data\BindingGroup.cs (2)
1627
_table.Add(new
GetValueTableEntry
(bindingExpressionBase));
1639
_table.Add(new
GetValueTableEntry
(bindingExpression));
13 references to GetValueTableEntry
PresentationFramework (13)
System\Windows\Data\BindingGroup.cs (13)
498
GetValueTableEntry
entry = _getValueTable[item, propertyName];
1395
GetValueTableEntry
entry;
1585
public
GetValueTableEntry
this[object item, string propertyName]
1591
GetValueTableEntry
entry = _table[i];
1604
public
GetValueTableEntry
this[BindingExpressionBase bindingExpressionBase]
1610
GetValueTableEntry
entry = _table[i];
1624
GetValueTableEntry
entry = this[bindingExpressionBase];
1634
GetValueTableEntry
entry = this[bindingExpression];
1687
GetValueTableEntry
entry = this[bindingExpressionBase];
1694
GetValueTableEntry
entry = this[bindingExpressionBase];
1723
public
GetValueTableEntry
GetFirstEntry()
1728
Collection<
GetValueTableEntry
> _table = new Collection<
GetValueTableEntry
>();