3 writes to Value
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (1)
402Value = value;
System\Windows\Data\MultiBindingExpression.cs (1)
911bindExpr.Value = value;
System\Windows\Data\PriorityBindingExpression.cs (1)
117Value = bindExpr.Value;
13 references to Value
PresentationFramework (13)
System\Windows\Controls\Primitives\Selector.cs (2)
609object itemValue = bindingExpr.Value; 2189selectedValue = bindingExpr.Value;
System\Windows\Controls\TextSearch.cs (1)
594object primaryText = primaryTextBinding.Value;
System\Windows\Controls\TreeView.cs (1)
280object selectedValue = expression.Value;
System\Windows\Data\BindingExpression.cs (3)
1492bool realTransfer = !(IsInUpdate && System.Windows.Controls.ItemsControl.EqualsEx(value, Value)); 1730AvTrace.ToStringHelper(Value), 1744AvTrace.ToStringHelper(Value),
System\Windows\Data\BindingExpressionBase.cs (2)
388return Value; 1104object value = Value;
System\Windows\Data\MultiBindingExpression.cs (1)
1336bool realTransfer = !(IsInUpdate && ItemsControl.EqualsEx(value, Value));
System\Windows\Data\PriorityBindingExpression.cs (1)
117Value = bindExpr.Value;
System\Windows\Documents\TextContainer.cs (1)
313textElement.SetValue(property.Property, expr.Value);
System\Windows\StyleHelper.cs (1)
2893return bindingExpr.Value;