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)
505
GetValueTableEntry
entry = _getValueTable[item, propertyName];
1402
GetValueTableEntry
entry;
1592
public
GetValueTableEntry
this[object item, string propertyName]
1598
GetValueTableEntry
entry = _table[i];
1611
public
GetValueTableEntry
this[BindingExpressionBase bindingExpressionBase]
1617
GetValueTableEntry
entry = _table[i];
1631
GetValueTableEntry
entry = this[bindingExpressionBase];
1641
GetValueTableEntry
entry = this[bindingExpression];
1694
GetValueTableEntry
entry = this[bindingExpressionBase];
1701
GetValueTableEntry
entry = this[bindingExpressionBase];
1730
public
GetValueTableEntry
GetFirstEntry()
1735
Collection<
GetValueTableEntry
> _table = new Collection<
GetValueTableEntry
>();