11 references to _getValueTable
PresentationFramework (11)
System\Windows\Data\BindingGroup.cs (11)
492
GetValueTableEntry entry =
_getValueTable
[item, propertyName];
670
bool newEntry =
_getValueTable
.Update(bindingExpression);
685
_getValueTable
.EnsureEntry(bindingExpressionBase);
691
return
_getValueTable
.GetValue(bindingExpressionBase);
697
_getValueTable
.SetValue(bindingExpressionBase, value);
703
_getValueTable
.UseSourceValue(bindingExpressionBase);
828
_getValueTable
.AddUniqueItems(newItems);
1026
_getValueTable
.ResetValues();
1048
_getValueTable
.ResetValues();
1347
List<BindingExpressionBase> list =
_getValueTable
.RemoveRootBinding(root);
1373
while ((entry =
_getValueTable
.GetFirstEntry()) != null)