2 instantiations of GetValueTableEntry
PresentationFramework (2)
System\Windows\Data\BindingGroup.cs (2)
1605
_table.Add(new
GetValueTableEntry
(bindingExpressionBase));
1617
_table.Add(new
GetValueTableEntry
(bindingExpression));
13 references to GetValueTableEntry
PresentationFramework (13)
System\Windows\Data\BindingGroup.cs (13)
491
GetValueTableEntry
entry = _getValueTable[item, propertyName];
1371
GetValueTableEntry
entry;
1563
public
GetValueTableEntry
this[object item, string propertyName]
1569
GetValueTableEntry
entry = _table[i];
1582
public
GetValueTableEntry
this[BindingExpressionBase bindingExpressionBase]
1588
GetValueTableEntry
entry = _table[i];
1602
GetValueTableEntry
entry = this[bindingExpressionBase];
1612
GetValueTableEntry
entry = this[bindingExpression];
1665
GetValueTableEntry
entry = this[bindingExpressionBase];
1672
GetValueTableEntry
entry = this[bindingExpressionBase];
1701
public
GetValueTableEntry
GetFirstEntry()
1706
private Collection<
GetValueTableEntry
> _table = new Collection<
GetValueTableEntry
>();