11 references to _getValueTable
PresentationFramework (11)
System\Windows\Data\BindingGroup.cs (11)
498
GetValueTableEntry entry =
_getValueTable
[item, propertyName];
676
bool newEntry =
_getValueTable
.Update(bindingExpression);
691
_getValueTable
.EnsureEntry(bindingExpressionBase);
697
return
_getValueTable
.GetValue(bindingExpressionBase);
703
_getValueTable
.SetValue(bindingExpressionBase, value);
709
_getValueTable
.UseSourceValue(bindingExpressionBase);
837
_getValueTable
.AddUniqueItems(newItems);
1038
_getValueTable
.ResetValues();
1060
_getValueTable
.ResetValues();
1370
List<BindingExpressionBase> list =
_getValueTable
.RemoveRootBinding(root);
1396
while ((entry =
_getValueTable
.GetFirstEntry()) != null)