11 references to _getValueTable
PresentationFramework (11)
System\Windows\Data\BindingGroup.cs (11)
491
GetValueTableEntry entry =
_getValueTable
[item, propertyName];
666
bool newEntry =
_getValueTable
.Update(bindingExpression);
681
_getValueTable
.EnsureEntry(bindingExpressionBase);
687
return
_getValueTable
.GetValue(bindingExpressionBase);
693
_getValueTable
.SetValue(bindingExpressionBase, value);
699
_getValueTable
.UseSourceValue(bindingExpressionBase);
824
_getValueTable
.AddUniqueItems(newItems);
1019
_getValueTable
.ResetValues();
1041
_getValueTable
.ResetValues();
1340
List<BindingExpressionBase> list =
_getValueTable
.RemoveRootBinding(root);
1366
while ((entry =
_getValueTable
.GetFirstEntry()) != null)