11 references to _getValueTable
PresentationFramework (11)
src\Framework\System\Windows\Data\BindingGroup.cs (11)
505
GetValueTableEntry entry =
_getValueTable
[item, propertyName];
683
bool newEntry =
_getValueTable
.Update(bindingExpression);
698
_getValueTable
.EnsureEntry(bindingExpressionBase);
704
return
_getValueTable
.GetValue(bindingExpressionBase);
710
_getValueTable
.SetValue(bindingExpressionBase, value);
716
_getValueTable
.UseSourceValue(bindingExpressionBase);
844
_getValueTable
.AddUniqueItems(newItems);
1045
_getValueTable
.ResetValues();
1067
_getValueTable
.ResetValues();
1377
List<BindingExpressionBase> list =
_getValueTable
.RemoveRootBinding(root);
1403
while ((entry =
_getValueTable
.GetFirstEntry()) != null)