11 references to _getValueTable
PresentationFramework (11)
System\Windows\Data\BindingGroup.cs (11)
491
GetValueTableEntry entry =
_getValueTable
[item, propertyName];
669
bool newEntry =
_getValueTable
.Update(bindingExpression);
684
_getValueTable
.EnsureEntry(bindingExpressionBase);
690
return
_getValueTable
.GetValue(bindingExpressionBase);
696
_getValueTable
.SetValue(bindingExpressionBase, value);
702
_getValueTable
.UseSourceValue(bindingExpressionBase);
827
_getValueTable
.AddUniqueItems(newItems);
1025
_getValueTable
.ResetValues();
1047
_getValueTable
.ResetValues();
1346
List<BindingExpressionBase> list =
_getValueTable
.RemoveRootBinding(root);
1372
while ((entry =
_getValueTable
.GetFirstEntry()) != null)