3 writes to Value
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (1)
410
Value
= value;
System\Windows\Data\MultiBindingExpression.cs (1)
922
bindExpr.
Value
= value;
System\Windows\Data\PriorityBindingExpression.cs (1)
124
Value
= bindExpr.Value;
13 references to Value
PresentationFramework (13)
System\Windows\Controls\Primitives\Selector.cs (2)
618
object itemValue = bindingExpr.
Value
;
2198
selectedValue = bindingExpr.
Value
;
System\Windows\Controls\TextSearch.cs (1)
605
object primaryText = primaryTextBinding.
Value
;
System\Windows\Controls\TreeView.cs (1)
285
object selectedValue = expression.
Value
;
System\Windows\Data\BindingExpression.cs (3)
1501
bool realTransfer = !(IsInUpdate && System.Windows.Controls.ItemsControl.EqualsEx(value,
Value
));
1739
AvTrace.ToStringHelper(
Value
),
1753
AvTrace.ToStringHelper(
Value
),
System\Windows\Data\BindingExpressionBase.cs (2)
396
return
Value
;
1112
object value =
Value
;
System\Windows\Data\MultiBindingExpression.cs (1)
1347
bool realTransfer = !(IsInUpdate && ItemsControl.EqualsEx(value,
Value
));
System\Windows\Data\PriorityBindingExpression.cs (1)
124
Value = bindExpr.
Value
;
System\Windows\Documents\TextContainer.cs (1)
318
textElement.SetValue(property.Property, expr.
Value
);
System\Windows\StyleHelper.cs (1)
2899
return bindingExpr.
Value
;