3 writes to Value
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingGroup.cs (3)
1704entry.Value = value; 1713_table[i].Value = BindingGroup.DeferredTargetValue; 1724_table[i].Value = BindingGroup.DeferredSourceValue;
2 references to Value
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingGroup.cs (2)
535value = entry.Value; 1695return (entry != null) ? entry.Value : DependencyProperty.UnsetValue;