11 references to _getValueTable
PresentationFramework (11)
System\Windows\Data\BindingGroup.cs (11)
503
GetValueTableEntry entry =
_getValueTable
[item, propertyName];
681
bool newEntry =
_getValueTable
.Update(bindingExpression);
696
_getValueTable
.EnsureEntry(bindingExpressionBase);
702
return
_getValueTable
.GetValue(bindingExpressionBase);
708
_getValueTable
.SetValue(bindingExpressionBase, value);
714
_getValueTable
.UseSourceValue(bindingExpressionBase);
842
_getValueTable
.AddUniqueItems(newItems);
1043
_getValueTable
.ResetValues();
1065
_getValueTable
.ResetValues();
1375
List<BindingExpressionBase> list =
_getValueTable
.RemoveRootBinding(root);
1401
while ((entry =
_getValueTable
.GetFirstEntry()) != null)