3 writes to Value
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
416Value = value;
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
922bindExpr.Value = value;
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
128Value = bindExpr.Value;
13 references to Value
PresentationFramework (13)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
628object itemValue = bindingExpr.Value; 2243selectedValue = bindingExpr.Value;
src\Framework\System\Windows\Controls\TextSearch.cs (1)
619object primaryText = primaryTextBinding.Value;
src\Framework\System\Windows\Controls\TreeView.cs (1)
286object selectedValue = expression.Value;
src\Framework\System\Windows\Data\BindingExpression.cs (3)
1486bool realTransfer = !(IsInUpdate && System.Windows.Controls.ItemsControl.EqualsEx(value, Value)); 1723AvTrace.ToStringHelper(Value), 1737AvTrace.ToStringHelper(Value),
src\Framework\System\Windows\Data\BindingExpressionBase.cs (2)
402return Value; 1116object value = Value;
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
1338bool realTransfer = !(IsInUpdate && ItemsControl.EqualsEx(value, Value));
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
128Value = bindExpr.Value;
src\Framework\System\Windows\Documents\TextContainer.cs (1)
333textElement.SetValue(property.Property, expr.Value);
src\Framework\System\Windows\StyleHelper.cs (1)
2899return bindingExpr.Value;